PieSeriesModel
Class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PieSeriesModel : DataPointSeriesModel<PieDataPoint>, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<PieDataPoint>PieSeriesModel...
Implements:
Inherited Members
Constructors
Initializes a new instance of the PieSeriesModel class.
C#
public PieSeriesModel()
Properties
Gets the maximum point offset from the center.
C#
public double MaxOffsetFromCenter { get; }
Gets or sets the AngleRange structure that defines the starting and sweep angles of the pie.
C#
public AngleRange Range { get; set; }