IChartHint.FontColor

Fore Syntax

FontColor: IGxColor;

Fore.NET Syntax

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

Description

The FontColor property determines font color for chart tooltips.

Comments

To set the font, use the IChartHint.Font property.

Fore and Fore.NET examples

The property use is given in the example for IChartHint.CustomFormat.

See also:

IChartHint