2.120.36 ChartAxis.Minimum
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartAxis.Minimum element specifies the minimum value for a ChartAxis. The ChartAxis.Minimum element is optional. If this 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.Minimum element.
Parent elements |
---|
ChartAxis |
The following is the XML Schema definition of the ChartAxis.Minimum element.
-
<xsd:element name="Minimum" type="xsd:string" minOccurs="0" />