IChartHint.HorizontalAlignment

Fore Syntax

HorizontalAlignment: ChartHorizontalAlignment;

Fore.NET Syntax

HorizontalAlignment: Prognoz.Platform.Interop.Chart.ChartHorizontalAlignment;

Description

The HorizontalAlignment property determines a horizontal position of tooltip data labels on the chart.

Comments

By default, data labels of tooltips are located in the center.

Fore and Fore.NET Examples

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

See also:

IChartHint