2.99.2 ChartSeries.CategoryAxisName

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

The ChartSeries.CategoryAxisName element specifies the name of the category axis against which to plot a ChartSeries. This element is optional.

If the ChartSeries.CategoryAxisName element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is the name of a ChartAxis element in the ChartCategoryAxes element. If the ChartSeries.CategoryAxisName element is not present, the series MUST be plotted against the first category axis. Following is the parent element of the ChartSeries.CategoryAxisName element.

Parent elements

ChartSeries

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

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