Link Property

The Link property returns an AutoAxisLink Object to allow access to axis linking. This is a read-only property.

Syntax

object.Link

Example 1

This example shows how to access the axis linking properties.

Dim AxisLink As Object

Set AxisLink = Axis.AxisLink

Example 2

This example shows how to link major tick mark spacing.

AxisLink.ToAxis = "Y Axis 1"

AxisLink.Spacing = True

 

Used by: AutoAxis object