ClassPolarDataPoint
Class
Represents a data point that is plotted on charts, using Polar coordinate system and two linear axes.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PolarDataPoint : DataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointPolarDataPoint
Implements:
Inherited Members
Constructors
PolarDataPoint()
Initializes a new instance of the PolarDataPoint class.
Declaration
cs-api-definition
public PolarDataPoint()
PolarDataPoint(double, double)
Initializes a new instance of the PolarDataPoint class.