ClassCategoricalAxis
Represents a categorical axis that displays discrete categories along the axis rather than continuous values.
Definition
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
Inheritance: objectDisposableObjectRadObjectUIChartElementAxisLineAxisCartesianAxisCategoricalAxis
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalAxis()
Initializes a new instance of the CategoricalAxis class.
Declaration
public CategoricalAxis()
Properties
GapLength
Gets or sets the gap ratio between categories, expressed as a value between 0 and 1.
MajorTickInterval
Gets or sets the interval between major ticks on the axis, determining which categories display tick marks.
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
Methods
GetLocationOfValue(object)
Gets the pixel location along the axis for the specified category value.