2.122.4 ChartAxisTitle.TextOrientation

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

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

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.

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

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

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

Parent elements

ChartAxisTitle

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

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