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

Represents a single-value data point plotted by a pie chart.

Definition

Constructors

C#
public PieDataPoint()

Properties

Gets or sets the offset of the point from the center of the pie. Must be a value between 0 and 1.

C#
public double OffsetFromCenter { get; set; }

Gets the value which indicates the percentage of the total points sum this point's value is.

C#
public double Percent { get; }

Gets the starting angle of this point.

C#
public double StartAngle { get; }

Gets the sweep angle of this point.

C#
public double SweepAngle { get; }