Class PieDataPoint
Represents a single-value data point plotted by a pie chart.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PieDataPoint : SingleValueDataPoint, INotifyPropertyChanged, IDataPoint
Constructors
PieDataPoint()
Declaration
public PieDataPoint()
Properties
OffsetFromCenter
Gets or sets the offset of the point from the center of the pie. Must be a value between 0 and 1.
Declaration
public double OffsetFromCenter { get; set; }
Property Value
System.Double
|
Percent
Gets the value which indicates the percentage of the total points sum this point's value is.
Declaration
public double Percent { get; }
Property Value
System.Double
|
StartAngle
Gets the starting angle of this point.
Declaration
public double StartAngle { get; }
Property Value
System.Double
|
SweepAngle
Gets the sweep angle of this point.
Declaration
public double SweepAngle { get; }
Property Value
System.Double
|