2.157.11 ChartTitle.TextOrientation

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

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

Auto: Specifies whether the orientation is selected automatically based on context (for example, Rotated270 for titles that are docked on the left).

Horizontal: Specifies horizontal text.

Rotated90: Specifies vertical text, rotated 90 degrees.

Rotated270: Specifies vertical text, rotated 270 degrees.

Stacked: Specifies vertical text with no character rotation.

If the ChartTitle.TextOrientation element is not present, its value is interpreted as "Auto".

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

Parent elements

ChartTitle

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

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