Scaling

<scaling>
    <minValue>
    <maxValue>

The following table describes the <scaling> attributes.

Attribute Description
mode The scaling mode. Possible values are Linear, Exponential, and Logarithmic.
originInRange The way zero is displayed on scaling axes. Possible values are Always, Auto and Never.
unitScaleFactor The scaling axis unit scale exponent to be able to display very small or very large tick values in a small area. Value range is [-24, 24].
roundMinMaxValues A Boolean that defines whether limit values of the scaling axis are rounded to the nearest tick value

The following table shows the <scaling> children elements.

Child Elements Description
<minValue> Defines the way the maximal value of the scaling axis is managed (Auto|Fixed). Sets a formula if type is Fixed.
<maxValue> Defines the way the maximal value of the scaling axis is managed (Auto|Fixed). Sets a formula if type is Fixed.