OleChartBuildValues enumeration

Office 2013 and later

OLE Chart Build Type

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

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Show: