ClearYAxes Method
The ClearYAxes method removes all Y axes from the graph magnifier.
Syntax
object.ClearYAxes
Remarks
There is not a way to remove a single Y axis from the Graph Magnifier. Any desired Y axis must be added back to the Magnifier with the UseAxis method.
Example
This example shows how to remove any and all Y axes from a Graph Magnifier.
GraphMagnifierAxis1.ClearYAxes
Used by: AutoGraphMagnifier object