ChartSubElementValues Enumeration
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration ChartSubElementValues
'Применение
Dim instance As ChartSubElementValues
public enum ChartSubElementValues
Members
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". |