Scaling

<scaling>
    <minValue>
    <maxValue>
Attribute Type or Value Description
mode Linear|Exponential| Logarithmic The scaling mode
originInRange Always|Auto|Never The way zero is displayed on scaling axes
unitScaleFactor integer 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 Boolean Specifies whether limit values of the scaling axis are rounded to the nearest tick value
Elements Description
<minValue> Defines the way the maximal value of the scaling axis is managed

Attribute: type (Auto|Fixed). Sets a formula if type is Fixed.

<maxValue> Defines the way the maximal value of the scaling axis is managed

Attribute: type (Auto|Fixed). Sets a formula if type is Fixed.

Example

<scaling mode="Linear" unitScaleFactor="0" roundMinMaxValues="false">
    <minValue type="Auto"/>
    <maxValue type="Auto"/>