Class PolarPointSeries
Represents CartesianSeries which may visualize PolarDataPoint objects in RadPolarChart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PolarPointSeries : PolarSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
PolarPointSeries()
Fields
AngleBindingProperty
Identifies the AngleBinding property.
Declaration
public static readonly DependencyProperty AngleBindingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AngleBinding
Gets or sets the binding that will be used to fill the Angle member of the contained data points.
Declaration
public DataPointBinding AngleBinding { get; set; }
Property Value
DataPointBinding
|
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<PolarDataPoint> DataPoints { get; }
Property Value
DataPointCollection<PolarDataPoint>
|
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
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. |