Enum SparklineType
Defines the sparkline types.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SparklineType
Fields
| Name | Description |
|---|---|
| Area | Specifies the area type of the sparkline. |
| Column | Specifies the column type of the sparkline. |
| Line | Specifies the line type of the sparkline. |
| Pie | Specifies the pie type of the sparkline. |
| WinLoss | Specifies the winLoss type of the sparkline. |