IGxColorScale.EndColor

Fore Syntax

EndColor: IGxColor;

Fore.NET Syntax

EndColor: Prognoz.Platform.Interop.Drawing.GxColor;

Description

The EndColor property determines end color of color scale.

Comments

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

To set the start color of color scale, use the IGxColorScale.StartColor property.

Fore and Fore.NET Examples

The property use is given in the example for IGxColorScale.StartColor.

See also:

IGxColorScale