SplitValues enumeration

Office 2013 and later

Split Type

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