Class NumericRadialAxisModel
Inheritance
System.Object
NumericRadialAxisModel
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 NumericRadialAxisModel : NumericalAxisModel, IDisposable, INotifyPropertyChanged, IContinuousAxisModel, IRadialAxis
Constructors
NumericRadialAxisModel()
Declaration
public NumericRadialAxisModel()
Properties
IsLargeArc
Gets if the arc is large.
Declaration
public bool IsLargeArc { get; }
Property Value
System.Boolean
The is large arc. |
Methods
BuildTicksAndLabels(RadSize)
Builds the ticks and labels.
Declaration
protected override bool BuildTicksAndLabels(RadSize availableSize)
Parameters
RadSize
availableSize
Size of the available. |
Returns
System.Boolean
|