IChartHint.BackgroundInfo

Fore Syntax

BackgroundInfo: IChartBackgroundInfo;

Fore.NET Syntax

BackgroundInfo: Prognoz.Platform.Interop.Chart.ChartBackgroundInfo;

Description

The BackgroundInfo property determines fill parameters for tooltips on the chart.

Comments

To set up tooltip font, use the IChartHint.Font and IChartHint.FontColor properties.

Fore and Fore.NET Examples

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

See also:

IChartHint