ClassPieDataPoint
Class
Represents a single-value data point plotted by a pie chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class PieDataPoint : SingleValueDataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectChartNodeDataPointSingleValueDataPointPieDataPoint
Implements:
Inherited Members
Constructors
PieDataPoint()
Declaration
cs-api-definition
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.
Percent
Gets the value which indicates the percentage of the total points sum this point's value is.
StartAngle
Gets the starting angle of this point.
SweepAngle
Gets the sweep angle of this point.