OleChartBuildValues Enumeration

OLE Chart Build Type

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration OleChartBuildValues
'Usage
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".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace