GroupingValues Enumeration
Grouping
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration GroupingValues
用法
Dim instance As GroupingValues
public enum GroupingValues
Members
Member name | Description | |
---|---|---|
PercentStacked | 100% Stacked. When the item is serialized out as xml, its value is "percentStacked". | |
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". |