2.116 ChartAreas
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartAreas element specifies the set of ChartArea instances for a Chart. This element MUST contain at least one ChartArea instance.
The following are the parent and child elements of the ChartAreas element.
Parent elements |
---|
Chart |
Child elements |
---|
The following is the XML Schema definition of the ChartAreas element in RDL 2008/01.
-
<xsd:complexType name="ChartAreasType"> <xsd:sequence> <xsd:element name="ChartArea" type="ChartAreaType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>
The following is the XML Schema definition of the ChartAreas element in RDL 2010/01 and RDL 2016/01.
-
<xsd:complexType name="ChartAreasType"> <xsd:sequence> <xsd:element name="ChartArea" type="ChartAreaType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="lax" /> </xsd:complexType>