AxesOnEdge Property

The AxesOnEdge property returns or sets the Axes on edges state of axes displayed in the graph magnifier. Returns a Boolean.

Syntax

object.AxesOnEdge

object.AxesOnEdge = AxesOnEdge

 

Parameter Type Description
AxesOnEdge Boolean required

 

Remarks

If true the axes appear on the edges of the Zoomed Area Box.  If false the axes appear as they do in the graph.

Example

This example shows how to affix the axes in the graph magnifier to the inner edges of the Zoomed Area Box

GraphMagnifier1.AxesOnEdge = True

 

Used by: AutoGraphMagnifier object