Class PolarPointSeries
Inheritance
System.Object
PolarPointSeries
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PolarPointSeries : PolarSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
PolarPointSeries()
Declaration
public PolarPointSeries()
Fields
AngleBindingProperty
Declaration
public static readonly DependencyProperty AngleBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AngleBinding
DataPoints
Declaration
public DataPointCollection<PolarDataPoint> DataPoints { get; }
Property Value
|
DataPointCollection<PolarDataPoint>
|
Methods
OnValueBindingChanged(DataPointBinding, DataPointBinding)
Declaration
protected override void OnValueBindingChanged(DataPointBinding oldValue, DataPointBinding newValue)
Parameters
|
DataPointBinding
oldValue
|
|
DataPointBinding
newValue
|