Link Search Menu Expand Document

Grouping Enumeration

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.0.2045-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