title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Chart.Perspective property (Excel) |
vbaxl10.chm149130 |
|
|
39367c4a-95a7-afe7-b3e4-29e10a88fbd3 |
04/16/2019 |
medium |
Returns or sets a Long value that represents the perspective for the 3D chart view.
expression.Perspective
expression A variable that represents a Chart object.
The value of this property must be between 0 and 100. This property is ignored if the RightAngleAxes property is True.
This example sets the perspective of Chart1 to 70. The example should be run on a 3D chart.
Charts("Chart1").RightAngleAxes = False
Charts("Chart1").Perspective = 70
[!includeSupport and feedback]