Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartLegend.Position element specifies the position of a ChartLegend relative to the sides and corners of the container (Chart or ChartArea). This element is optional.
If the ChartLegend.Position 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:
RightTop: Positions the legend at the upper corner of the right side of the chart.
TopLeft: Positions the legend at the left corner of the upper side of the chart.
TopCenter: Positions the legend at the middle of the upper side of the chart.
TopRight: Positions the legend at the right corner of the upper side of the chart.
LeftTop: Positions the legend at the upper corner of the left side of the chart.
LeftCenter: Positions the legend at the middle of the left side of the chart.
LeftBottom: Positions the legend at the bottom corner of the left side of the chart.
RightCenter: Positions the legend at the middle of the right side of the chart.
RightBottom: Positions the legend at the bottom corner of the right side of the chart.
BottomRight: Positions the legend at the right corner of the bottom side of the chart.
BottomCenter: Positions the legend at the middle of the bottom side of the chart.
BottomLeft: Positions the legend at the left corner of the bottom side of the chart.
If the ChartLegend.Position element is not present, its value is interpreted as "RightTop".
Following is the parent element of the ChartLegend.Position element.
|
Parent elements |
|---|
|
ChartLegend |
The following is the XML Schema definition of the ChartLegend.Position element.
-
<xsd:element name="Position" type="xsd:string" minOccurs="0" />