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