2.99.3 ChartSeries.ChartAreaName

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

The ChartSeries.ChartAreaName element specifies the name of the ChartArea in which to plot a ChartSeries. The ChartSeries.ChartAreaName element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is the name of a ChartArea in the Chart. If this element is not present, the series MUST be plotted to the first chart area.

Following is the parent element of the ChartSeries.ChartAreaName element.

Parent elements

ChartSeries

The following is the XML Schema definition of the ChartSeries.ChartAreaName element.

 <xsd:element name="ChartAreaName" type="xsd:string" minOccurs="0" />