BarGroupingValues enumeration
Office 2013 and later
Bar Grouping
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| PercentStacked | 100% Stacked. When the item is serialized out as xml, its value is "percentStacked". | |
| Clustered | Clustered. When the item is serialized out as xml, its value is "clustered". | |
| Standard | Standard. When the item is serialized out as xml, its value is "standard". | |
| Stacked | Stacked. When the item is serialized out as xml, its value is "stacked". |
Show: