Class
PolarDataPoint

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: IDisposableINotifyPropertyChanged

Inherited Members DataPoint.GetBoundValue<T>(int)DataPoint.SetBoundValue(int, object)DataPoint.InitBoundValues()DataPoint.SetDataItem(object)DataPoint.ContainsBoundValue(int)DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedDataPoint.IsInPlotRangeChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

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.

Declaration

cs-api-definition
public PolarDataPoint(double value, double angle)

Parameters

value

double

The value.

angle

double

The angle.

Properties

Angle

Gets or sets the angle of the data point.

Declaration

cs-api-definition
public double Angle { get; set; }

Property Value

double

Value

Gets or sets the value (radius) of the data point.

Declaration

cs-api-definition
public double? Value { get; set; }

Property Value

double?