ClassPieDataPoint
Class
Represents a single-valued data point drawn as a pie slice when plotted by a pie chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class PieDataPoint : SingleValueDataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectNodeDataPointSingleValueDataPointPieDataPoint
Derived Classes:
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.
Percent
Gets the value which indicates what percentage of all data point values sum this point's value is.
StartAngle
Gets the starting angle of this point.
SweepAngle
Gets the sweep angle of this point.