New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

C#
public PolarDataPoint()

Properties

Gets or sets the angle of the data point.

C#
public double Angle { get; set; }

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

C#
public double? Value { get; set; }