ConnectGridLine Property

The ConnectGridLine property returns or sets the grid lines between plots after the grid lines are shared. Returns a Boolean.

Syntax

object.ConnectGridLine

object.ConnectGridLine = ConnectGridLine

 

Parameter Type Description
ConnectGridLines Boolean required

 

Remarks

The ShareGridLine property must be set to True for the ConnectGridLine property to have an effect.

Example 1

This example shows how to extend grid lines in the white space between two plots.

AutoAxisGrid.ConnectGridLine = True

 

Used by: AutoAxisGrid object