Represents an Axis that recognizes DateTime values and organizes all the plotted points in chronologically sorted categories.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class DateTimeCategoricalAxis : CategoricalAxis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisLineAxisCartesianAxisCategoricalAxisDateTimeCategoricalAxis...
Implements:
Inherited Members
Constructors
Initializes a new instance of the DateTimeCategoricalAxis class.
C#
public DateTimeCategoricalAxis()
Properties
Gets or sets the DateTimeComponent used to determine how data points will be grouped.
C#
public DateTimeComponent DateTimeComponent { get; set; }