IGxNumericScale.EndValue

Syntax

EndValue: Double;

Description

The EndValue property determines final value of the numeric scale.

Comments

To use the property, the IGxNumericScale.UseAutoValues property must be set to True.

To set initial value of numeric scale, use the IGxNumericScale.StartValue property.

Example

The property use is given in the example for IGxNumericScale.StartValue.

See also:

IGxNumericScale