Class CategoricalAxis
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class CategoricalAxis : CartesianAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
CategoricalAxis()
Properties
GapLength
Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted CartesianSeries position.
Declaration
public double GapLength { get; set; }
Property Value
System.Double
|
MajorTickInterval
Gets or sets the step at which ticks are positioned.
Declaration
public int MajorTickInterval { get; set; }
Property Value
System.Int32
|
PlotMode
Gets or sets the plot mode used to position points along the axis.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
AxisPlotMode
|
Methods
GetLocationOfValue(Object)
Gets the location in pixels for the given value along the axis. The method takes into account whether the axis is vertical or horizontal.
Declaration
public override double GetLocationOfValue(object value)
Parameters
System.Object
value
A value from the axis values range. |
Returns
System.Double
The location in pixesls. |