Cross1 Property
Cross1 returns the axis crossing along the orthogonal axis (in map units). Returns a double. This is a read-only property. However, this property could be set using the 'Cross1' parameter of the Axis.SetScale() method.
Syntax
object. Cross1
Example
This example demonstrates how to return the X or Y value that the axis crosses at (depending on which axis is selected).
Debug.Print Axis.Cross1
Used by: Axis object