Click or drag to resize

ChartSubElementValues Enumeration

Chart Subelement Type

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ChartSubElementValues
Members
Member nameValueDescription
GridLegend0 Chart Build Element Type Enum ( Grid Legend ).

When the item is serialized out as xml, its value is "gridLegend".

Series1 Chart Build Element Type Enum ( Series ).

When the item is serialized out as xml, its value is "series".

Category2 Chart Build Element Type Enum ( Category ).

When the item is serialized out as xml, its value is "category".

PointInSeries3 Chart Build Element Type Enum ( Point in Series ).

When the item is serialized out as xml, its value is "ptInSeries".

PointInCategory4 Chart Build Element Type Enum ( Point in Cat ).

When the item is serialized out as xml, its value is "ptInCategory".

See Also