Enum 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.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelType
Fields
| Name | Description |
|---|---|
| Days | Defines the axis labels display in days. |
| Hours | Defines the axis labels display in hours. |
| Months | Defines the axis labels display in months. |
| None | Axis labels displayed based on the type |
| Years | Defines the axis labels display in years. |