Class PieYAggregator
Basic implementation of ISeriesAggregator interface ensuring caching of MaxValue/MinValue/etc., and correct cache invalidation on update.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class PieYAggregator : BasePieAggregator, ISeriesAggregator
Constructors
PieYAggregator(Axis, AggregationGroup)
Initializes a new instance of the PieYAggregator class.
Declaration
public PieYAggregator(Axis axis, AggregationGroup aggregationGroup)
Parameters
Axis
axis
The axis. |
AggregationGroup
aggregationGroup
The aggregation group. |
Methods
CalculatePieLabelValue(Double)
Calculates the pie label value.
Declaration
protected override DataRange CalculatePieLabelValue(double labelPointValue)
Parameters
System.Double
labelPointValue
The label point value. |
Returns
DataRange
|
Overrides
Extension Methods
See Also
Telerik.Windows.Controls.Charting.SimpleXAggregator
Telerik.Windows.Controls.Charting.BarAggregator
Telerik.Windows.Controls.Charting.SimpleYAggregator
Telerik.Windows.Controls.Charting.StackedAggregator
Telerik.Windows.Controls.Charting.Stacked100Aggregator
Telerik.Windows.Controls.Charting.FinancialAggregator