Perspective

Applies to

Graph controls Properties view

Description

Perspective controls the distance of a 3D graph from the front of the window. Perspective is not available for 2D graphs.

Usage

In a painter

To change the perspective of a 3D graph:

  1. Select the desired 3D graph type from the GraphType list on the General page of the graph control's Properties view.

  2. Use the Perspective slide control to change the graph perspective.

In scripts

The Perspective property takes an integer value from 1 to 100. The larger the number, the greater the distance from the front of the window and the smaller the graph appears.

To set the distance (and size) of the graph, use a line like the following:

gr_1.Perspective = 25