PieDataPoint
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
Initializes a new instance of the PieDataPoint class.
public PieDataPoint()
Initializes a new instance of the PieDataPoint class.
Initializes a new instance of the PieDataPoint class.
Properties
Gets or sets the string that will be displayed in the legend for the point.
public string LegendTitle { get; set; }
Gets or sets the offset of the point from the center of the pie.
public double OffsetFromCenter { get; set; }
Gets the value which indicates the percentage of the total points sum this point's value is.
[Browsable(false)]
public double Percent { get; }
Gets or sets the radius aspect ratio of the point.
public float RadiusAspectRatio { get; set; }
Gets the starting angle of this point.
[Browsable(false)]
public double StartAngle { get; }
Gets the sweep angle of this point.
[Browsable(false)]
public double SweepAngle { get; }