ClassPolarPointSeries
Represents CartesianSeries which may visualize PolarDataPoint objects in RadPolarChart.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class PolarPointSeries : PolarSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesPolarPointSeries
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
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
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