Enum SparkLineType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public enum SparkLineType
Fields
Name | Description |
---|---|
Column | ColumnSparkline is very similar to a line sparkline in the sense that it is designed to show different values of two or more subjects but instead of using lines it is using horizontal and vertical bars that represent a different value. |
Line | LineSparkline is used for identifying patterns and trends in the data such as seasonal effects, large changes and turning points over a period of time. |
WinLoss | WinLossSparkline is used to show whether each value is positive or negative visualizing a Win/Loss scenario. |