2.106 PlotArea

Applies to RDL 2003/10 and RDL 2005/01

The PlotArea element specifies the properties for a plot area.

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

Parent elements

Chart

Child elements

PlotArea.Style

The following is the XML Schema definition of the PlotArea element.

 <xsd:complexType name="PlotAreaType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>