ChartSubElementValues enumeration
Office 2013 and later
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| GridLegend | Chart Build Element Type Enum ( Grid Legend ). When the item is serialized out as xml, its value is "gridLegend". | |
| Series | Chart Build Element Type Enum ( Series ). When the item is serialized out as xml, its value is "series". | |
| Category | Chart Build Element Type Enum ( Category ). When the item is serialized out as xml, its value is "category". | |
| PointInSeries | Chart Build Element Type Enum ( Point in Series ). When the item is serialized out as xml, its value is "ptInSeries". | |
| PointInCategory | Chart Build Element Type Enum ( Point in Cat ). When the item is serialized out as xml, its value is "ptInCategory". |
Show: