A base class that can be used to generate the divisions steps. The divisions is often used as a base class for other
classes that expose the divisions as property accessor aliases. The Divisions class implements the
IDivisions interface. This class exposes a set of [100, 900] properties that are calculated using a
ratio and scale. For each division the value is calculated by passing the previous division, the scaling value
and the normal500 division to the callback. The divisions are calculated outwards from the 500 division and
the scale is inverted when calculating the divisions less than `500. The following examples show how the divisions
are calculated.
A base class that can be used to generate the divisions steps. The divisions is often used as a base class for other classes that expose the divisions as property accessor aliases. The
Divisions
class implements the IDivisions interface. This class exposes a set of[100, 900]
properties that are calculated using aratio
andscale
. For each division the value is calculated by passing the previous division, the scaling value and the normal500
division to the callback. The divisions are calculated outwards from the500
division and the scale is inverted when calculating the divisions less than `500. The following examples show how the divisions are calculated.