Click or drag to resize

ChartSubElementValues Enumeration

Chart Subelement Type

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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