ITabFormatScale.Color

Fore Syntax

Color(Index: Integer): IGxColor;

Fore.NET Syntax

Color[Index: Integer]: Prognoz.Platform.Interop.Drawing.GxColor;

Properties

Index. Index of the interval, for which the color should be defined.

Description

The Color property determines the color of selected scale interval.

Comments

The property is relevant if the UseAutoColors property is set to False. The number of intervals can be obtained in the IntervalsCount property.

Example

The example of use is given in description of the IntervalsCount property.

See also:

ITabFormatScale