Class CategoricalRadialAxis
Inheritance
System.Object
CategoricalRadialAxis
Inherited Members
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.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class CategoricalRadialAxis : RadialAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IRadialAxis
Constructors
CategoricalRadialAxis()
Declaration
public CategoricalRadialAxis()
Properties
CenterLabels
When true the labels will be in the middle of the pie (used with RadarColumnSeries).
Declaration
public bool CenterLabels { get; set; }
Property Value
System.Boolean
|
IsLargeArc
Gets whether the arc is large.
Declaration
public override bool IsLargeArc { get; }
Property Value
System.Boolean
The is large arc. |
Overrides
MajorTickInterval
Gets or sets the step at which ticks are positioned.
Declaration
public int MajorTickInterval { get; set; }
Property Value
System.Int32
|