Class RadarPointSeries
Represents CartesianSeries which may visualize CategoricalDataPoint objects in RadPolarChart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RadarPointSeries : PolarSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
RadarPointSeries()
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
public static readonly DependencyProperty CategoryBindingProperty
Field Value
System.Windows.DependencyProperty
|
CombineModeProperty
Identifies the CombineMode dependency property.
Declaration
public static readonly DependencyProperty CombineModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CategoryBinding
Gets or sets the binding that will be used to fill the Category member of the contained data points.
Declaration
public DataPointBinding CategoryBinding { get; set; }
Property Value
DataPointBinding
|
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
ChartSeriesCombineMode
|
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<CategoricalDataPoint> DataPoints { get; }
Property Value
DataPointCollection<CategoricalDataPoint>
|
StackGroupKey
Gets or sets the key that defines in which stack group this series will be included if its CombineMode equals Stack or Stack100.
Declaration
public object StackGroupKey { get; set; }
Property Value
System.Object
|
Methods
GetCategoryAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Category property.
Declaration
protected virtual ChartAggregateFunction GetCategoryAggregateFunction()
Returns
ChartAggregateFunction
|
GetValueAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Value property.
Declaration
protected virtual ChartAggregateFunction GetValueAggregateFunction()
Returns
ChartAggregateFunction
|
OnValueBindingChanged(DataPointBinding, DataPointBinding)
Called when ValueBinding has changed.
Declaration
protected override void OnValueBindingChanged(DataPointBinding oldValue, DataPointBinding newValue)
Parameters
DataPointBinding
oldValue
The old value. |
DataPointBinding
newValue
The new value. |