ClassPolarPointSeries
Represents CartesianSeries which may visualize PolarDataPoint objects in RadPolarChart.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class PolarPointSeries : PolarSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesPolarPointSeries
Derived Classes:
Implements:
Inherited Members
Constructors
PolarPointSeries()
Initializes a new instance of the PolarPointSeries class.
Declaration
public PolarPointSeries()
Fields
AngleBindingProperty
Identifies the AngleBinding property.
Declaration
public static readonly DependencyProperty AngleBindingProperty
Field Value
DependencyProperty
Properties
AngleBinding
Gets or sets the binding that will be used to fill the Angle member of the contained data points.
Declaration
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding AngleBinding { get; set; }
Property Value
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<PolarDataPoint> DataPoints { get; }
Property Value
Methods
GetAngleAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Angle property.
Declaration
protected virtual ChartAggregateFunction GetAngleAggregateFunction()
Returns
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
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnValueBindingChanged(DataPointBinding, DataPointBinding)
Called when ValueBinding has changed.
Declaration
protected override void OnValueBindingChanged(DataPointBinding oldValue, DataPointBinding newValue)
Parameters
oldValue
The old value.
newValue
The new value.
Overrides