Grouping Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the possible groupings for a column, line, or area chart.
Namespace:Bytescout.Spreadsheet.ChartsAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
PercentStacked | 0 | (100% Stacked) Specifies that the chart series are drawn next to each other along the value axis and scaled to total 100%. | |
Stacked | 1 | (Stacked) Specifies that the chart series are drawn next to each other on the value axis. | |
Standard | 2 | (Standard) Specifies that the chart series are drawn on the value axis. |
See Also