RadarPointSeries
Represents CartesianSeries which may visualize CategoricalDataPoint objects in RadPolarChart.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class RadarPointSeries : PolarSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadarPointSeries class.
public RadarPointSeries()
Fields
CategoryBindingProperty
DependencyProperty
Identifies the CategoryBinding property.
public static readonly DependencyProperty CategoryBindingProperty
CombineModeProperty
DependencyProperty
Identifies the CombineMode dependency property.
public static readonly DependencyProperty CombineModeProperty
Properties
Gets or sets the binding that will be used to fill the Category member of the contained data points.
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding CategoryBinding { get; set; }
Gets or sets the combination mode to be used when data points are plotted.
public ChartSeriesCombineMode CombineMode { get; set; }
Gets the collection of data points associated with the series.
public DataPointCollection<CategoricalDataPoint> DataPoints { get; }
Gets or sets the key that defines in which stack group this series will be included if its CombineMode equals Stack or Stack100.
public object StackGroupKey { get; set; }
Methods
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Category property.
protected virtual ChartAggregateFunction GetCategoryAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Value property.
protected virtual ChartAggregateFunction GetValueAggregateFunction()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Called when ValueBinding has changed.
protected override void OnValueBindingChanged(DataPointBinding oldValue, DataPointBinding newValue)
The old value.
newValueDataPointBindingThe new value.
Overrides: