Perspective Property

Applies To

Chart object.

Description

Returns or sets the perspective for the 3-D chart view. Must be from 0 through 100. This property is ignored if the RightAngleAxes property is True. Read/write Long.

See Also

Elevation property, RightAngleAxes property, Rotation property.

Example

This example sets the perspective of myChart to 70. The example should be run on a 3-D chart.

myChart.RightAngleAxes = False
myChart.Perspective = 70