Class
DateTimeCategoricalAxis

Represents an Axis that recognizes DateTime values and organizes all the plotted points in chronologically sorted categories.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

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

Inheritance: objectRadControlPresenterBaseChartElementPresenterAxisLineAxisCartesianAxisCategoricalAxisDateTimeCategoricalAxis

Implements: IChartElementPresenterIElementPresenter

Inherited Members CategoricalAxis.GapLengthPropertyCategoricalAxis.AutoGroupPropertyCategoricalAxis.MajorTickIntervalPropertyCategoricalAxis.PlotModePropertyCategoricalAxis.AutoGroupCategoricalAxis.MajorTickIntervalCategoricalAxis.PlotModeCategoricalAxis.GapLengthCartesianAxis.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

DateTimeCategoricalAxis()

Initializes a new instance of the DateTimeCategoricalAxis class.

Declaration

cs-api-definition
public DateTimeCategoricalAxis()

Fields

DateTimeComponentProperty

Identifies the DateTimeComponent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DateTimeComponentProperty

Field Value

DependencyProperty

Properties

DateTimeComponent

Gets or sets the DateTimeComponent used to determine how data points will be grouped.

Declaration

cs-api-definition
public DateTimeComponent DateTimeComponent { get; set; }

Property Value

DateTimeComponent