The enumeration which describes Grid spark line types.
| Enumerator | |
|---|---|
| SparklineTypeDefault | Default type. Used when additional chart series is added using AddData() method. | 
| SparklineTypeLine | Line chart. | 
| SparklineTypeColumn | Column chart. | 
| SparklineTypeArea | Area chart. | 
| SparklineTypeBar | Bar chart. | 
| SparklineTypeBubble | Bubble chart. | 
| SparklineTypePie | Pie chart (only 1 series can be added) | 
| SparklineTypeDoughnut | Doughnut chart (only 1 series can be added) | 
| SparklineTypeBarSmart | Bar chart with "comfortable" series order. |