ITabFormatScale.UseAutoColors

Fore Syntax

UseAutoColors: Boolean;

Fore.NET Syntax

UseAutoColors: Boolean;

Description

The UseAutoColors property determines whether the automatic color generation is used for the scale intervals.

Comments

If the property is set to True, the automatic color formation for the scale intervals is used. The start and the end color can be determined in the StartColor and EndColor properties respectively.

If the property is set to False, the colors are set as the application code with the help of the Color property for each interval. 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