PolarPointSeries
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
Initializes a new instance of the PolarPointSeries class.
public PolarPointSeries()
Fields
AngleBindingProperty
DependencyProperty
Identifies the AngleBinding property.
public static readonly DependencyProperty AngleBindingProperty
Properties
Gets or sets the binding that will be used to fill the Angle member of the contained data points.
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding AngleBinding { get; set; }
Gets the collection of data points associated with the series.
public DataPointCollection<PolarDataPoint> DataPoints { get; }
Methods
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Angle property.
protected virtual ChartAggregateFunction GetAngleAggregateFunction()
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: