IMapScale.Value

Syntax

Value(Index: Integer): Double;

Parameters

Index. Scale tick mark index.

Description

The Value property determines scale tick mark value.

Comments

The specified value determines the color/hatching/number (depending on the scale type) of the indicator values. On using the scale values auto calculation (AutoCalculate) this property should not be set. The AutoSetup and/or AutoSetupEx methods, that enable the user to automatically calculate the scale tick mark values, are also implemented for scales.

Example

The property use is given in the example for the IMapScale.Count property.

See also:

IMapScale