ClassDateTimeCategoricalAxis
Class
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:
Inherited Members
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