Show contents 

Express > Express Assembly Interfaces > IEaxSpeedometer > IEaxSpeedometer.AutoScale

IEaxSpeedometer.AutoScale

Syntax

AutoScale: Boolean;

Description

The AutoScale property determines whether speedometer scale is automatically calculated.

Comments

If the property is set to True, speedometer scale is calculated automatically depending on the factual values of a series (series).

If the value is False, the scale is calculated depending on the values of the IEaxSpeedometer.MinValue and IEaxSpeedometer.MaxValue properties.

Example

The property use is given in the example for IEaxSpeedometer.AggregationFunction.

See also:

IEaxSpeedometer