NumericRadialAxis
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class NumericRadialAxis : RadialAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementAxisRadialAxisNumericRadialAxis...
Implements:
Inherited Members
Constructors
C#
public NumericRadialAxis()
Properties
Gets or sets the user-defined number of ticks presented on the axis.
C#
public int DesiredTickCount { get; set; }
Gets whether it is a large arc.
C#
public override bool IsLargeArc { get; }
The value if it is a large arc.
Overrides:
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.
C#
public double MajorStep { get; set; }
Remarks:
You can reset this property by setting it to 0 to restore the default behavior.
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.
C#
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }