Enum ValueType
Specifies the type of axis.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ValueType
Fields
| Name | Description |
|---|---|
| Category | Renders a category axis. |
| DateTime | Renders a datetime axis. |
| DateTimeCategory | Renders a datetime category axis. |
| Double | Renders a numeric axis. |
| Logarithmic | Renders a logarithmic axis. |