ZoomType Property

In an Enhanced Chart, specifies the zoom type capability: Horizontal, Vertical, or Both.

Syntax

object.ZoomType [= enumAllowZooming]

Properties

The ZoomType property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumAllowZooming

An enumeration that represents the zoom type capability in an Enhanced Chart:

Valid entries:
1 – Zooming_Horizontal
2 – Zooming_Vertical
3 – Zooming_Both

 

Applies To