2.120.2 ChartAxis.AllowLabelRotation
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartAxis.AllowLabelRotation element specifies the "step" by which axis labels can be incrementally rotated to fit within a Chart. This element is optional. If the ChartAxis.AllowLabelRotation 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:
Rotate90: Specifies that axis labels can rotate in 90-degree increments.
Rotate30: Specifies that axis labels can rotate in 30-degree increments.
Rotate45: Specifies that axis labels can rotate in 45-degree increments.
None: Specifies that axis labels cannot rotate.
If the ChartAxis.AllowLabelRotation element is not present, its value is interpreted as "Rotate90".
Following is the parent element of the ChartAxis.AllowLabelRotation element.
Parent elements |
---|
The following is the XML Schema definition of the ChartAxis.AllowLabelRotation element.
-
<xsd:element name="AllowLabelRotation" type="xsd:string" minOccurs="0" />