ClassCategoricalAxis
Defines an axis that treats distinct points as "Categories" rather than "Values".
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class CategoricalAxis : CartesianAxis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisLineAxisCartesianAxisCategoricalAxis
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalAxis()
Initializes a new instance of the CategoricalAxis class.
Declaration
public CategoricalAxis()
Fields
GapLengthProperty
Identifies the GapLength dependency property.
Declaration
public static readonly DependencyProperty GapLengthProperty
Field Value
DependencyProperty
Properties
Categories
Gets the objects that contain information about an axis category.
Declaration
public IEnumerable<ChartAxisCategoryInfo> Categories { get; }
Property Value
GapLength
Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted CategoricalSeries position.
MajorTickInterval
Gets or sets the step at which ticks are positioned.
PlotMode
Gets or sets the plot mode used to position points along the axis.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value