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