Class ValueType
Defines the type of axis. They are double - Renders a numeric axis. dateTime - Renders a dateTime axis. category - Renders a category axis.
Inheritance
System.Object
ValueType
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ValueType : Enum
Fields
Category
Renders a category axis.
Declaration
public const ValueType Category
Field Value
Type | Description |
---|---|
ValueType |
DateTime
Renders a dateTime axis.
Declaration
public const ValueType DateTime
Field Value
Type | Description |
---|---|
ValueType |
Numeric
Renders a numeric axis.
Declaration
public const ValueType Numeric
Field Value
Type | Description |
---|---|
ValueType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |