2.152.18 ChartLegend.MaxAutoSize

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

The ChartLegend.MaxAutoSize element specifies the maximum size for a ChartLegend as a percentage of the Chart size. This element is optional.

If the ChartLegend.MaxAutoSize element is present, its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17) or an expression that evaluates to an Integer. If this element is not present, its value is interpreted as 50. The value of this element MUST be greater than or equal to 0 and less than or equal to 100.

Following is the parent element of the ChartLegend.MaxAutoSize element.

Parent elements

ChartLegend

The following is the XML Schema definition of the ChartLegend.MaxAutoSize element.

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