Class SparkLineType
Specifies the type of sparkline to render in the chart control.
Inheritance
System.Object
SparkLineType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public sealed class SparkLineType : Enum
Fields
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.
Declaration
public const SparkLineType Column
Field Value
| Type |
|---|
| SparkLineType |
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.
Declaration
public const SparkLineType Line
Field Value
| Type |
|---|
| SparkLineType |
WinLoss
WinLossSparkline is used to show whether each value is positive or negative visualizing a Win/Loss scenario.
Declaration
public const SparkLineType WinLoss
Field Value
| Type |
|---|
| SparkLineType |