ClearXAxes Method

The ClearXAxes method removes all X axes from the graph magnifier.

Syntax

object.ClearXAxes

Remarks

There is not a way to remove a single X axis from the Graph Magnifier. Any desired X axis must be added back to the Magnifier with the UseAxis method.

Example

This example shows how to remove any and all X axes from a Graph Magnifier.

GraphMagnifierAxis1.ClearXAxes

 

Used by: AutoGraphMagnifier object