Class PolarDataPoint
Represents a data point that is plotted on charts, using Polar coordinate system.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PolarDataPoint : DataPoint, INotifyPropertyChanged, IDataPoint
Constructors
PolarDataPoint()
Declaration
public PolarDataPoint()
Properties
Angle
Gets or sets the angle of the data point.
Declaration
public double Angle { get; set; }
Property Value
System.Double
|
Value
Gets or sets the value (radius) of the data point.
Declaration
public Nullable<double> Value { get; set; }
Property Value
System.Nullable<System.Double>
|