2.24.3.88 CT_ValueAxisScaling

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_Axis

A complex type<561> that specifies value axis scaling properties. For example, given a max value of 10, and a min value of 0, when majorUnit is 5 and minorUnit is 1, major ticks will be on unit values 0, 5, and 10, and minor ticks will be on unit values 1, 2, 3, 4, 6, 7, 8, and 9.

Attributes:

max: An ST_DoubleOrAutomatic attribute<562> that specifies the maximum value of the scale.

min: An ST_DoubleOrAutomatic attribute<563> that specifies the minimum value of the scale.

majorUnit: An ST_ValueAxisUnit attribute<564> that specifies the unit interval amount for major ticks.

minorUnit: An ST_ValueAxisUnit attribute<565> that specifies the unit interval amount for minor ticks.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ValueAxisScaling">
   <xsd:attribute name="max" type="ST_DoubleOrAutomatic" use="optional"/>
   <xsd:attribute name="min" type="ST_DoubleOrAutomatic" use="optional"/>
   <xsd:attribute name="majorUnit" type="ST_ValueAxisUnit" use="optional"/>
   <xsd:attribute name="minorUnit" type="ST_ValueAxisUnit" use="optional"/>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).