Class NumericRadialAxis
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class NumericRadialAxis : RadialAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IRadialAxis
Constructors
NumericRadialAxis()
Declaration
public NumericRadialAxis()
Properties
DesiredTickCount
Gets or sets the user-defined number of ticks presented on the axis.
Declaration
public int DesiredTickCount { get; set; }
Property Value
System.Int32
|
IsLargeArc
Gets whether it is a large arc.
Declaration
public override bool IsLargeArc { get; }
Property Value
System.Boolean
The value if it is a large arc. |
Overrides
MajorStep
Gets or sets the major step between each axis tick. By default the axis itself will calculate the major step, depending on the plotted data points.
Declaration
public double MajorStep { get; set; }
Property Value
System.Double
|
Remarks
You can reset this property by setting it to 0 to restore the default behavior.
RangeExtendDirection
Gets or sets a value that specifies how the auto-range of this axis will be extended so that each data point is visualized in the best possible way.
Declaration
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }
Property Value
NumericalAxisRangeExtendDirection
|