ShareGridLine Property

The ShareGridLine property returns or sets the display of grid lines across multiple 2D plots that have a common axis. Returns a Boolean.

Syntax

object.ShareGridLine

object.ShareGridLine = ShareGridLine

 

Parameter Type Description
ShareGridLine Boolean required

 

Example 1

This example shows how to share grid lines between two plots.

AutoAxisGrid.ShareGridLine = True

 

Used by: AutoAxisGrid object