SparklineGroupType Enum
Lists sparkline group types.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description | Example |
---|---|---|
Line
|
Sparkline data points are shown as a line. |
|
Column
|
Sparkline data points are shown as vertical bars. |
|
Stacked
|
Sparkline data points are shown as win and loss squares. |
Related API Members
The following properties accept/return SparklineGroupType values:
Remarks
Pass a SparklineGroupType enumeration member to the SparklineGroupCollection.Add method to create a new sparkline group.
Use the SparklineGroup.Type property to change the type of existing sparkline group.
See Also