Skip to main content
A newer version of this page is available. .
Row

SparklineGroupType Enum

Lists values used to specify the types of sparkline groups.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum SparklineGroupType

Members

Name Description
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

The values listed by this enumeration are used when you add a new sparkline group to a worksheet using the SparklineGroupCollection.Add method. To change the type of the existing sparkline group, use the SparklineGroup.Type property.

See Also