Skip to main content
Row

SparklineGroupType Enum

Lists sparkline group types.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum SparklineGroupType

Members

Name Description Example
Line

Sparkline data points are shown as a line.

SpreadsheetControl_LineSparkline

Column

Sparkline data points are shown as vertical bars.

SpreadsheetControl_ColumnSparkline

Stacked

Sparkline data points are shown as win and loss squares.

SpreadsheetControl_WinLossSparkline

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