IChartAxis.MaxJointGap

Syntax

MaxJointGap: Double;

Description

The MaxJointGap property determines an end value of breakpoint for chart axis and chart series.

Comments

Property value should lie within the range of minimum and maximum scale values. The property is relevant only for the value axis when the IChartAxis.UseJointGap property is set to True.

Example

The property use is given in the example for IChartAxis.MinJointGap.

See also:

IChartAxis