BarGrouping 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 kind of grouping for a column or bar chart.
Namespace:Bytescout.Spreadsheet.ChartsAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Clustered | 0 | (Clustered) Specifies that the chart series are drawn next to each other along the category axis. | |
PercentStacked | 1 | (100% Stacked) Specifies that the chart series are drawn next to each other along the value axis and scaled to total 100%. | |
Stacked | 2 | (Stacked) Specifies that the chart series are drawn next to each other on the value axis. | |
Standard | 3 | (Standard) Specifies that the chart series are drawn next to each other on the depth axis. |
See Also