IChartAxisInterlineCaption.HorizontalAlignment

Fore Syntax

HorizontalAlignment: ChartHorizontalAlignment;

Fore.NET Syntax

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

Description

The HorizontalAlignment property determines a horizontal alignment of caption text between level lines.

Comments

Caption format is set up for the level line, from which interval fill is directed between level lines.

To determine a caption text between level lines, use the IChartAxisInterlineCaption.Text property.

Fore and Fore.NET Examples

The property use is given in the example for IChartAxisInterlineCaption.Text.

See also:

IChartAxisInterlineCaption