AutoMagnifiers Collection

The AutoMagnifiers collection allows access to all magnifiers in a graph. It is accessed via the AutoGraph object.

Properties

Application

Count

Parent

Method

Item

Example

This example shows how to reference the AutoMagnifiers collection in a line graph

'Declares GraphMagnifiers as an object

Dim GraphMagnifiers As Object

 

'Reference the GraphMagnifiers collection

Set GraphMagnifiers = LineGraph.AutoMagnifiers