IChartAxis.InterGridDistance

Syntax

InterGridDistance: Double;

Description

The InterGridDistance property determines a minimum distance between grids.

Example

This example assumes that there is the ChartAxis object of the IChartAxis type.

Sub Grid;

Var

ChartAxis : IChartAxis;

Begin

ChartAxis.InterGridDistance := 5;

End Sub Grid;

After executing the example the minimum distance between grids is 5 mm.

See also:

IChartAxis