ClassDateTimeCategoricalAxis
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
DateTimeCategoricalAxis()
Declaration
public DateTimeCategoricalAxis()
Properties
DateTimeComponent
Gets or sets the date/time component used to determine how DateTime data points are grouped into categories.
Declaration
public DateTimeComponent DateTimeComponent { get; set; }
Property Value
Methods
GetLabelCacheKey(AxisLabelModel)
Gets the cache key for the specified axis label to optimize label rendering performance with DateTime values.
Declaration
protected override string GetLabelCacheKey(AxisLabelModel label)
Parameters
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
GetThemeEffectiveType()
Gets the effective type used for theming purposes.
Declaration
public override Type GetThemeEffectiveType()
Returns
The type used for theme resolution.
Overrides