Class SparkChartAxisType
Defines the axis value type semantics for spark charts.
Inheritance
System.Object
SparkChartAxisType
Namespace: Syncfusion.Maui.Toolkit.SparkCharts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class SparkChartAxisType : Enum
Fields
Category
Treat axis values as discrete categories.
Declaration
public const SparkChartAxisType Category
Field Value
| Type |
|---|
| SparkChartAxisType |
DateTime
Treat axis values as date-time instances.
Declaration
public const SparkChartAxisType DateTime
Field Value
| Type |
|---|
| SparkChartAxisType |
Numeric
Treat axis values as numeric.
Declaration
public const SparkChartAxisType Numeric
Field Value
| Type |
|---|
| SparkChartAxisType |