2.127 ChartElementPosition

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

The ChartElementPosition element specifies the position at which to draw a chart item, such as ChartArea, ChartLegend, or ChartTitle.

The following are the parent and child elements of the ChartElementPosition element.

 Parent elements

ChartArea

ChartLegend

ChartTitle

Child elements

ChartElementPosition.Height

ChartElementPosition.Left

ChartElementPosition.Top

ChartElementPosition.Width

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

 <xsd:complexType name="ChartElementPositionType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Top" type="xsd:string" minOccurs="0" />
     <xsd:element name="Left" type="xsd:string" minOccurs="0" />
     <xsd:element name="Height" type="xsd:string" minOccurs="0" />
     <xsd:element name="Width" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="ChartElementPositionType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Top" type="xsd:string" minOccurs="0" />
     <xsd:element name="Left" type="xsd:string" minOccurs="0" />
     <xsd:element name="Height" type="xsd:string" minOccurs="0" />
     <xsd:element name="Width" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>