Class SparklineType
Defines the sparkline types.
Inheritance
System.Object
SparklineType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SparklineType : Enum
Fields
Area
Specifies the area type of the sparkline.
Declaration
public const SparklineType Area
Field Value
Type |
---|
SparklineType |
Column
Specifies the column type of the sparkline.
Declaration
public const SparklineType Column
Field Value
Type |
---|
SparklineType |
Line
Specifies the line type of the sparkline.
Declaration
public const SparklineType Line
Field Value
Type |
---|
SparklineType |
Pie
Specifies the pie type of the sparkline.
Declaration
public const SparklineType Pie
Field Value
Type |
---|
SparklineType |
WinLoss
Specifies the winLoss type of the sparkline.
Declaration
public const SparklineType WinLoss
Field Value
Type |
---|
SparklineType |