Enum ValueType
Defines the type of axis. They are
- Numeric:Renders a numeric axis.
- DateTime:Renders a dateTime axis.
- Category:Renders a category axis.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ValueType
Fields
| Name | Description |
|---|---|
| Category | Defines a category axis. |
| DateTime | Defines a dateTime axis. |
| Numeric | Defines a numeric axis. |