Class PolarPointSeries
Represents Cartesian
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 Angle
Declaration
public static readonly DependencyProperty AngleBindingProperty
Field Value
System.
|
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
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 System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnValueBindingChanged(DataPointBinding, DataPointBinding)
Called when Value
Declaration
protected override void OnValueBindingChanged(DataPointBinding oldValue, DataPointBinding newValue)
Parameters
Data The old value. |
Data The new value. |