IChartHint.BorderPen

Fore Syntax

BorderPen: IGxPen;

Fore.NET Syntax

BorderPen: Prognoz.Platform.Interop.Drawing.GxPen;

Description

The BorderPen property determines a pen style for tooltip contour on the chart.

Comments

To set color of tooltip contours, set the IChartHint.UseIndicatorColorForBorder property to False.

Fore and Fore.NET Examples

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

See also:

IChartHint