SparklineGroupType Enum
Lists sparkline group types.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v22.1.Core.dll
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. |
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SparklineGroupType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.