Applies To
Chart Object.
Description
Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. Read-write.
See Also
Elevation Property, RightAngleAxes Property, Rotation Property.
Example
This example sets the perspective of Chart1 to 70. The example should be run on a 3-D chart.
Charts("Chart1").RightAngleAxes = False Charts("Chart1").Perspective = 70