SplitValues Enumeration
Split Type
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration SplitValues
用法
Dim instance As SplitValues
public enum SplitValues
Members
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". |