Class
PolarDataPoint

Represents a data point that is plotted on charts, using Polar coordinate system.

Definition

Constructors

PolarDataPoint()

Declaration

cs-api-definition
public PolarDataPoint()

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?