2.157.9 ChartTitle.Position

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

The ChartTitle.Position element specifies the position of a ChartTitle. This element is optional. If the ChartTitle.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:

TopCenter: Specifies that the title is positioned at the top-center of the chart.

TopLeft: Specifies that the title is positioned at the top-left of the chart.

TopRight: Specifies that the title is positioned at the top-right of the chart.

LeftTop: Specifies that the title is positioned to the left-top of the chart.

LeftCenter: Specifies that the title is positioned to the left-center of the chart.

LeftBottom: Specifies that the title is positioned at to the left-bottom of the chart.

RightTop: Specifies that the title is positioned at to the right-top of the chart.

RightCenter: Specifies that the title is positioned to the right-center of the chart.

RightBottom: Specifies that the title is positioned to the right-bottom of the chart.

BottomRight: Specifies that the title is positioned at the bottom-right of the chart.

BottomCenter: Specifies that the title is positioned at the bottom-center of the chart.

BottomLeft: Specifies that the title is positioned at the bottom-left of the chart.

If the ChartTitle.Position element is not present, its value is interpreted as "TopCenter".

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

Parent elements

ChartTitle

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

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