ParallelTo Property

The ParallelTo property returns or sets to which axis the grid lines are parallel. Returns a String.

Syntax

object.ParallelTo

object.ParallelTo = ParallelTo

 

Parameter Type Description
ParallelTo String required, axis ID name

 

Example

This example shows how to set the X axis grid lines parallel to Y Axis 1.

GridX.ParallelTo = "Y Axis 1"

 

Used by: AutoAxisGrid object