Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SparklineGroupType Enum

Lists sparkline group types.

Namespace: DevExpress.Spreadsheet

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

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

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