2.120.34 ChartAxis.Maximum

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

The ChartAxis.Maximum element specifies the maximum value for a ChartAxis. This element is optional. If the ChartAxis.Maximum element is present, its value MUST be a Numeric or DateTime ([XMLSCHEMA2] section 3.2.7) constant or an expression that evaluates to a Variant of type Numeric or DateTime. If this element is not specified, the axis MUST calculate its scale automatically.

Following is the parent element of the ChartAxis.Maximum element.

Parent elements

ChartAxis

The following is the XML Schema definition of the ChartAxis.Maximum element.

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