Class PieSeriesModel
Inheritance
System.Object
PieSeriesModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PieSeriesModel : DataPointSeriesModel<PieDataPoint>, IDisposable, INotifyPropertyChanged
Constructors
PieSeriesModel()
Properties
MaxOffsetFromCenter
Gets the maximum point offset from the center.
Declaration
public double MaxOffsetFromCenter { get; }
Property Value
System.Double
|
Range
Gets or sets the AngleRange structure that defines the starting and sweep angles of the pie.
Declaration
public AngleRange Range { get; set; }
Property Value
AngleRange
|