ScaleBase.RecalcValues

Syntax

RecalcValues: Boolean

Description

The RecalcValues property determines whether to recalculate collection of scale values.

Comments

If it is set to True scale values collection is recalculated, otherwise it is not recalculated. Recalculation of interval values collection may be required, for example, when the number of scale items changes.  By default it is set to f

Example

The example of property use is given in description of the ScaleBase.constructScaleElements method.

See also:

ScaleBase