Grouping EnumerationBytescout Spreadsheet SDK
Specifies the possible groupings for a column, line, or area chart.

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public enum Grouping
Members

  Member nameValueDescription
PercentStacked0 (100% Stacked) Specifies that the chart series are drawn next to each other along the value axis and scaled to total 100%.
Stacked1 (Stacked) Specifies that the chart series are drawn next to each other on the value axis.
Standard2 (Standard) Specifies that the chart series are drawn on the value axis.
See Also

Reference