Class ValueType
Defines the type of axis. They are
double - Renders a numeric axis.
dateTime - Renders a dateTime axis.
category - Renders a category axis.
logarithmic - Renders a log axis.
DateTimeCategory - Renders a datetime DateTimeCategory 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
DateTimeCategory
Declaration
public const ValueType DateTimeCategory
Field Value
Double
Declaration
public const ValueType Double
Field Value
Logarithmic
Declaration
public const ValueType Logarithmic
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|