Class CategoricalAxis
Represents a categorical axis that displays discrete categories along the axis rather than continuous values.
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 ratio between categories, expressed as a value between 0 and 1.
Declaration
public double GapLength { get; set; }
Property Value
|
System.Double
|
MajorTickInterval
Gets or sets the interval between major ticks on the axis, determining which categories display tick marks.
Declaration
public int MajorTickInterval { get; set; }
Property Value
|
System.Int32
|
PlotMode
Gets or sets the positioning mode that determines how data points are plotted relative to category ticks.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
|
AxisPlotMode
|
Methods
GetLocationOfValue(Object)
Gets the pixel location along the axis for the specified category value.
Declaration
public override double GetLocationOfValue(object value)
Parameters
|
System.Object
value
The category value to locate on the axis. |
Returns
|
System.Double
The pixel position of the specified category value. |