SplitValues enumeration
Office 2013 and later
Split Type
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Custom | Custom Split. When the item is serialized out as xml, its value is "cust". | |
| Percent | Split by Percentage. When the item is serialized out as xml, its value is "percent". | |
| Position | Split by Position. When the item is serialized out as xml, its value is "pos". | |
| Value | Split by Value. When the item is serialized out as xml, its value is "val". |
Show: