Class DateTimeCategoricalAxis
The DateTimeContinuous axis is a numerical axis that plots chronologically sorted DateTime values.
Inheritance
System.Object
DateTimeCategoricalAxis
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 DateTimeComponent used to determine how data points will be grouped.
Declaration
public DateTimeComponent DateTimeComponent { get; set; }
Property Value
DateTimeComponent
|
Methods
GetLabelCacheKey(AxisLabelModel)
Gets the label cache key.
Declaration
protected override string GetLabelCacheKey(AxisLabelModel label)
Parameters
AxisLabelModel
label
The label. |
Returns
System.String
|
Overrides
GetThemeEffectiveType()
Declaration
public override Type GetThemeEffectiveType()
Returns
System.Type
|