ClassPieDataPoint
Represents a single-value data point plotted by a pie chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class PieDataPoint : SingleValueDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointSingleValueDataPointPieDataPoint
Implements:
Inherited Members
Constructors
PieDataPoint()
Initializes a new instance of the PieDataPoint class.
Declaration
public PieDataPoint()
PieDataPoint(double)
Initializes a new instance of the PieDataPoint class.
PieDataPoint(double, string)
Initializes a new instance of the PieDataPoint class.
Properties
LegendTitle
Gets or sets the string that will be displayed in the legend for the point.
OffsetFromCenter
Gets or sets the offset of the point from the center of the pie.
Percent
Gets the value which indicates the percentage of the total points sum this point's value is.
Declaration
[Browsable(false)]
public double Percent { get; }
Property Value
RadiusAspectRatio
Gets or sets the radius aspect ratio of the point.
StartAngle
Gets the starting angle of this point.
Declaration
[Browsable(false)]
public double StartAngle { get; }
Property Value
SweepAngle
Gets the sweep angle of this point.
Declaration
[Browsable(false)]
public double SweepAngle { get; }
Property Value