2.198.13 RadialScale.MaximumValue

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

The RadialScale.MaximumValue element specifies the maximum value for a RadialScale. This element is optional.

If the RadialScale.MaximumValue element is present, the GaugeInputValue.Value within it MUST be a Float ([XMLSCHEMA2] section 3.2.4) or an expression that evaluates to a Float. If GaugeInputValue.Value is not set within the RadialScale.MaximumValue element, the value of RadialScale.MaximumValue is interpreted as 100. The GaugeInputValue.Value within the RadialScale.MaximumValue element MUST be greater than the GaugeInputValue.Value within its peer RadialScale.MinimumValue element.

The RadialScale.MaximumValue element is of type GaugeInputValue.

The following is the parent element of the RadialScale.MaximumValue element.

Parent elements

RadialScale

The following is the XML Schema definition of the RadialScale.MaximumValue element.          

 <xsd:element name="MaximumValue" type="GaugeInputValueType" minOccurs="0" />