UseAxis Method
The UseAxis method specifies that a named axis will be displayed in the graph magnifier.
Syntax
object.UseAxis( Name )
Parameter | Type | Description |
Name | String | required |
Remarks
This method requires a string identical to the name property of an axis object found in the graph.
Example
This example shows how to display the axis named “X Axis 1” in the Graph Magnifier
GraphMagnifier1.UseAxis("X Axis 1")
Used by: AutoGraphMagnifier object