ClassDateTimeCategoricalAxis
Class
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:
cs-api-definition
public class DateTimeCategoricalAxis : CategoricalAxis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisLineAxisCartesianAxisCategoricalAxisDateTimeCategoricalAxis
Implements:
Inherited Members
Constructors
DateTimeCategoricalAxis()
Initializes a new instance of the DateTimeCategoricalAxis class.
Declaration
cs-api-definition
public DateTimeCategoricalAxis()
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