ExtensionList Class

Defines the ExtensionList Class.When the object is serialized out as xml, its qualified name is c:extLst.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Charts.ExtensionList

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Extension))> _
Public Class ExtensionList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ExtensionList
[ChildElementInfoAttribute(typeof(Extension))]
public class ExtensionList : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • Extension <c:ext>

[ISO/IEC 29500-1 1st Edition]

21.2.2.64 extLst (Chart Extensibility)

This element contains tags used for future extensibility of the file format.

Parent Elements

area3DChart (§21.2.2.4); areaChart (§21.2.2.5); backWall (§21.2.2.11); bar3DChart (§21.2.2.15); barChart (§21.2.2.16); bubbleChart (§21.2.2.20); catAx (§21.2.2.25); chart (§21.2.2.27); chartSpace (§21.2.2.29); dateAx (§21.2.2.39); dispUnits (§21.2.2.45); dLbl (§21.2.2.47); dLbls (§21.2.2.49); doughnutChart (§21.2.2.50); dPt (§21.2.2.52); dTable (§21.2.2.54); errBars (§21.2.2.55); floor (§21.2.2.69); layout (§21.2.2.88); legend (§21.2.2.93); legendEntry (§21.2.2.94); line3DChart (§21.2.2.96); lineChart (§21.2.2.97); manualLayout (§21.2.2.104); marker (§21.2.2.106); multiLvlStrCache (§21.2.2.114); multiLvlStrRef (§21.2.2.115); numCache (§21.2.2.120); numLit (§21.2.2.122); numRef (§21.2.2.123); ofPieChart (§21.2.2.126); pie3DChart (§21.2.2.140); pieChart (§21.2.2.141); pivotFmt (§21.2.2.142); pivotSource (§21.2.2.144); plotArea (§21.2.2.145); radarChart (§21.2.2.153); scaling (§21.2.2.160); scatterChart (§21.2.2.161); ser (§21.2.2.168); ser (§21.2.2.170); ser (§21.2.2.174); ser (§21.2.2.171); ser (§21.2.2.172); ser (§21.2.2.169); ser (§21.2.2.167); ser (§21.2.2.173); serAx (§21.2.2.175); sideWall (§21.2.2.191); stockChart (§21.2.2.198); strCache (§21.2.2.199); strLit (§21.2.2.200); strRef (§21.2.2.201); surface3DChart (§21.2.2.203); surfaceChart (§21.2.2.204); title (§21.2.2.210); trendline (§21.2.2.211); trendlineLbl (§21.2.2.212); upDownBars (§21.2.2.218); valAx (§21.2.2.226); view3D (§21.2.2.228)

Child Elements

Subclause

ext (Extension)

§21.2.2.62

[Note: The W3C XML Schema definition of this element’s content model (CT_ExtensionList) is located in §A.5.1. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExtensionList Members

DocumentFormat.OpenXml.Drawing.Charts Namespace