2.117 ChartArea

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartArea element specifies a Chart to be drawn in a chart data region.

Following are the parent elements, attributes, and child elements of the ChartArea element.

Parent elements

ChartAreas

Attributes

ChartArea.Name

Child elements

ChartArea.AlignOrientation

ChartArea.AlignWithChartArea

ChartArea.ChartAlignType

ChartArea.ChartCategoryAxes

ChartArea.ChartElementPosition

ChartArea.ChartInnerPlotPosition

ChartArea.ChartThreeDProperties

ChartArea.ChartValueAxes

ChartArea.EquallySizedAxesFont

ChartArea.Hidden

ChartArea.Style

The following is the XML Schema definition of the ChartArea element in RDL 2008/01.

 <xsd:complexType name="ChartAreaType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="ChartCategoryAxes" type="ChartCategoryAxesType" 
          minOccurs="0" />
     <xsd:element name="ChartValueAxes" type="ChartValueAxesType" minOccurs="0" />
     <xsd:element name="ChartThreeDProperties" type="ChartThreeDPropertiesType" 
          minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="AlignOrientation" type="xsd:string" minOccurs="0" />
     <xsd:element name="ChartAlignType" type="ChartAlignTypeType" minOccurs="0" />
     <xsd:element name="ChartElementPosition" type="ChartElementPositionType" 
          minOccurs="0" />
     <xsd:element name="ChartInnerPlotPosition" type="ChartElementPositionType" 
          minOccurs="0" />
     <xsd:element name="AlignWithChartArea" type="xsd:string" minOccurs="0" />
     <xsd:element name="EquallySizedAxesFont" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the ChartArea element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartAreaType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="ChartCategoryAxes" type="ChartCategoryAxesType" 
          minOccurs="0" />
     <xsd:element name="ChartValueAxes" type="ChartValueAxesType" minOccurs="0" />
     <xsd:element name="ChartThreeDProperties" type="ChartThreeDPropertiesType" 
          minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="AlignOrientation" type="xsd:string" minOccurs="0" />
     <xsd:element name="ChartAlignType" type="ChartAlignTypeType" minOccurs="0" />
     <xsd:element name="ChartElementPosition" type="ChartElementPositionType" 
          minOccurs="0" />
     <xsd:element name="ChartInnerPlotPosition" type="ChartElementPositionType" 
          minOccurs="0" />
     <xsd:element name="AlignWithChartArea" type="xsd:string" minOccurs="0" />
     <xsd:element name="EquallySizedAxesFont" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>