Class
PolarDataPoint

Represents a data point that can be plotted on polar charts.

Definition

Constructors

PolarDataPoint()

Declaration

cs-api-definition
public PolarDataPoint()

Properties

Angle

Gets or sets the angle coordinate of the data point.

Declaration

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

Property Value

double

Value

Gets or sets the distance of the data point from the center of the coordinate system (radius).

Declaration

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

Property Value

double