Class LabelType
Defines the axis label display type for date time axis. They are
None: Axis labels displayed based on the value type
years - Define the axis labels display in every year.
months - Define the axis labels display in every month.
days - Define the axis labels display in every days.
hours - Define the axis labels display in every hours.
Inheritance
System.Object
LabelType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LabelType : Enum
Fields
Days
Declaration
public const LabelType Days
Field Value
Hours
Declaration
public const LabelType Hours
Field Value
Months
Declaration
public const LabelType Months
Field Value
None
Declaration
public const LabelType None
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Years
Declaration
public const LabelType Years
Field Value