Elevation

Applies to

Graph controls

Description

Elevation determines how much of the full perspective of a 3D graph is visible. It specifies the angle of front-to-back elevation.

Elevation is disabled for 2D graphs.

Usage


In a painter

StepsTo change the elevation of a 3-D graph:

  1. Move the Elevation slider on the General page of the graph’s Properties view.


In scripts

The Elevation property takes an integer value. The following example specifies an elevation of 35:

gr_1.Elevation = 35