2.117.2 ChartArea.AlignOrientation

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

The ChartArea.AlignOrientation element specifies in which directions a ChartArea is aligned with the target chart area. This element is optional. If the ChartArea.AlignOrientation 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:

None: Specifies that no alignment is applied.

Vertical: Specifies that vertical alignment is applied.

Horizontal: Specifies that horizontal alignment is applied.

All: Specifies that both vertical and horizontal alignment is applied.

If the ChartArea.AlignOrientation element is not present, its value is interpreted as "None". If this element is present, ChartArea.AlignWithChartArea is to be specified.

Following is the parent element of the ChartArea.AlignOrientation element.

Parent elements

ChartArea

The following is the XML Schema definition of the ChartArea.AlignOrientation element.

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