Class ValueType
Specifies the type of axis.
Inheritance
System.Object
ValueType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ValueType : Enum
Fields
Category
Renders a category axis.
Declaration
public const ValueType Category
Field Value
Type |
---|
ValueType |
DateTime
Renders a datetime axis.
Declaration
public const ValueType DateTime
Field Value
Type |
---|
ValueType |
DateTimeCategory
Renders a datetime category axis.
Declaration
public const ValueType DateTimeCategory
Field Value
Type |
---|
ValueType |
Double
Renders a numeric axis.
Declaration
public const ValueType Double
Field Value
Type |
---|
ValueType |
Logarithmic
Renders a logarithmic axis.
Declaration
public const ValueType Logarithmic
Field Value
Type |
---|
ValueType |