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
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ValueType : Enum
Fields
Category
Declaration
public const ValueType Category
Field Value
DateTime
Declaration
public const ValueType DateTime
Field Value
Numeric
Declaration
public const ValueType Numeric
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|