BarGroupingValues enumeration

Office 2013 and later

Bar Grouping

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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: