Class LabelType
Specifies the axis label display type for the date time axis. The following are available types,
None - Axis labels displayed based on the value type.
years - Displays the axis labels for every year.
months - Displays the axis labels for every month.
days - Displays the axis labels for every day.
hours - Displays the axis labels for every hour.
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
Years
Declaration
public const LabelType Years
Field Value