Show contents 

IChart > Chart Assembly Interfaces > IChartHint > IChartHint.Font

IChartHint.Font

Fore Syntax

Font: IGxFont;

Fore.NET Syntax

Font: Prognoz.Platform.Interop.Drawing.GxFont;

Description

The Font property determines a font of chart tooltips.

Comments

To set font color, use the IChartHint.FontColor property.

Fore and Fore.NET Examples

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

See also:

IChartHint