OleChartBuildValues Enumeration
OLE Chart Build Type
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration OleChartBuildValues
用法
Dim instance As OleChartBuildValues
public enum OleChartBuildValues
Members
Member name | Description | |
---|---|---|
AllAtOnce | Chart Build Type Enum ( All At Once ). When the item is serialized out as xml, its value is "allAtOnce". | |
Series | Chart Build Type Enum ( Series ). When the item is serialized out as xml, its value is "series". | |
Category | Chart Build Type Enum ( Category ). When the item is serialized out as xml, its value is "category". | |
SeriesElement | Chart Build Type Enum ( Series Element ). When the item is serialized out as xml, its value is "seriesEl". | |
CategoryElement | Chart Build Type Enum ( Category Element ). When the item is serialized out as xml, its value is "categoryEl". |