Represents a categorical axis that groups DateTime values by specified date/time components such as days, months, or years.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class DateTimeCategoricalAxis : CategoricalAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementAxisLineAxisCartesianAxisCategoricalAxisDateTimeCategoricalAxis...
Implements:
Inherited Members
Constructors
public DateTimeCategoricalAxis()
Properties
Gets or sets the date/time component used to determine how DateTime data points are grouped into categories.
public DateTimeComponent DateTimeComponent { get; set; }
Methods
Gets the cache key for the specified axis label to optimize label rendering performance with DateTime values.
protected override string GetLabelCacheKey(AxisLabelModel label)
The axis label model for which to generate a cache key.
Returns:A string representing the unique cache key for the DateTime label.
Overrides:
Gets the effective type used for theming purposes.
public override Type GetThemeEffectiveType()
The type used for theme resolution.
Overrides: