2.122.2 ChartAxisTitle.Position

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

The ChartAxisTitle.Position element specifies the position of an axis title along the ChartAxis. This element is optional. If the ChartAxisTitle.Position element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Center: Specifies that the axis title is positioned on the center of the axis.

Near: Specifies that the axis title is positioned on the near side of the axis (the near side is the origin of the primary axes).

Far: Specifies that the axis title is positioned on the far side of the axis.

If the ChartAxisTitle.Position element is not present, its value is interpreted as "Center".

Following is the parent element of the ChartAxisTitle.Position element.

Parent elements 

ChartAxisTitle

The following is the XML Schema definition of the ChartAxisTitle.Position element.

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