Class DateTimeCategoricalAxis
Represents a categorical axis that groups DateTime values by specified date/time components such as days, months, or years.
Inheritance
Inherited Members
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
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
|
DateTimeComponent
|
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
|
AxisLabelModel
label
The axis label model for which to generate a cache key. |
Returns
|
System.String
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
|
System.Type
The type used for theme resolution. |