Class
CategoricalAxis

Defines an axis that treats distinct points as "Categories" rather than "Values".

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class CategoricalAxis : CartesianAxis, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterAxisLineAxisCartesianAxisCategoricalAxis

Derived Classes: DateTimeCategoricalAxis

Implements: IChartElementPresenterIElementPresenter

Inherited Members CartesianAxis.HorizontalLocationPropertyCartesianAxis.VerticalLocationPropertyCartesianAxis.HorizontalLocationCartesianAxis.VerticalLocationLineAxis.IsInversePropertyLineAxis.UnapplyTemplateCore()LineAxis.ApplyTemplateCore()LineAxis.IsInverseAxis.LabelRotationAnglePropertyAxis.MajorTickTemplatePropertyAxis.MajorTickStylePropertyAxis.TitleTemplatePropertyAxis.ShowLabelsPropertyAxis.LabelIntervalPropertyAxis.LabelFitModePropertyAxis.LabelTemplatePropertyAxis.LabelTemplateSelectorPropertyAxis.LabelStylePropertyAxis.LineStylePropertyAxis.TitlePropertyAxis.LabelFormatPropertyAxis.LabelFormatterPropertyAxis.LabelCreatorPropertyAxis.MeasureNodeOverride(Node, object)Axis.GetTickTemplate(TickType)Axis.OnAttached()Axis.OnDetached(RadChartBase)Axis.OnCreateAutomationPeer()Axis.LabelFormatterAxis.LabelCreatorAxis.LabelRotationAngleAxis.LineStyleAxis.LastLabelVisibilityAxis.LabelFormatAxis.MajorTickOffsetAxis.MajorTickLengthAxis.LabelOffsetAxis.ShowLabelsAxis.LabelFitModeAxis.TitleAxis.LabelTemplateAxis.LabelTemplateSelectorAxis.LabelStyleAxis.TitleTemplateAxis.MajorTickTemplateAxis.MajorTickStyleAxis.TickThicknessAxis.LabelIntervalChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

CategoricalAxis()

Initializes a new instance of the CategoricalAxis class.

Declaration

cs-api-definition
public CategoricalAxis()

Fields

AutoGroupProperty

Identifies the AutoGroup dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutoGroupProperty

Field Value

DependencyProperty

GapLengthProperty

Identifies the GapLength dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GapLengthProperty

Field Value

DependencyProperty

MajorTickIntervalProperty

Identifies the MajorTickInterval dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MajorTickIntervalProperty

Field Value

DependencyProperty

PlotModeProperty

Identifies the PlotMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PlotModeProperty

Field Value

DependencyProperty

Properties

AutoGroup

Gets or sets a value indicating whether the axis will perform its own grouping logic or it will consider each data point as a new group.

Declaration

cs-api-definition
public bool AutoGroup { get; set; }

Property Value

bool

GapLength

Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted CategoricalSeries position.

Declaration

cs-api-definition
public double GapLength { get; set; }

Property Value

double

MajorTickInterval

Gets or sets the step at which ticks are positioned.

Declaration

cs-api-definition
public int MajorTickInterval { get; set; }

Property Value

int

PlotMode

Gets or sets the plot mode used to position points along the axis.

Declaration

cs-api-definition
public AxisPlotMode PlotMode { get; set; }

Property Value

AxisPlotMode