Class CategoricalAxis
Defines an axis that treats distinct points as "Categories" rather than "Values".
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CategoricalAxis : CartesianAxis, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
CategoricalAxis()
Fields
GapLengthProperty
Identifies the GapLength dependency property.
Declaration
public static readonly DependencyProperty GapLengthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Categories
Gets the objects that contain information about an axis category.
Declaration
public IEnumerable<ChartAxisCategoryInfo> Categories { get; }
Property Value
System.Collections.Generic.IEnumerable<ChartAxisCategoryInfo>
|
GapLength
Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted CategoricalSeries 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
|