IChartAxis.PositionOffsetValue

Fore Syntax

PositionOffsetValue: Double;

Fore.NET Syntax

PositionOffsetValue: double;

Description

The PositionOffsetValue property sets the distance by which the axis is shifted.

Comments

The value is set in millimeters.

On specified positive value the axis is offset opposite from the plot area. On the negative value it is offset inside the plot area.

Fore and Fore.NET examples

Example of use is given in the IChartAxis.PositionOffset property.

See also:

IChartAxis