IVZDataScale.GetValuesPair

Syntax

GetValuesPair(Index: Integer, Var MinValue: Double, Var MaxValue: Double);

Parameters

Index. Interval index.

MinValue. Start value of the interval.

MaxValue. End value of the interval.

Description

The GetValuesPair method returns the start and end values of visualizer scale interval.

Example

Example of use is given on the description page of the IVZDataScale.Less property.

See also:

IVZDataScale