2.120.28 ChartAxis.Location
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartAxis.Location element specifies whether a ChartAxis is drawn on the default side or on the opposite side. This element is optional. If the ChartAxis.Location element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) 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:
Default (Default): Specifies that the axis is drawn on the default side.
Opposite: Specifies that the axis is drawn on the opposite side.
If the ChartAxis.Location element is not present, its value is interpreted as "Default".
Following is the parent element of the ChartAxis.Location element.
Parent elements |
---|
ChartAxis |
The following is the XML Schema definition of the ChartAxis.Location element.
-
<xsd:element name="Location" type="xsd:string" minOccurs="0" />