Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 942 Bytes

Excel.Chart.Perspective.md

File metadata and controls

42 lines (25 loc) · 942 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.Perspective property (Excel)
vbaxl10.chm149130
vbaxl10.chm149130
Excel.Chart.Perspective
39367c4a-95a7-afe7-b3e4-29e10a88fbd3
04/16/2019
medium

Chart.Perspective property (Excel)

Returns or sets a Long value that represents the perspective for the 3D chart view.

Syntax

expression.Perspective

expression A variable that represents a Chart object.

Remarks

The value of this property must be between 0 and 100. This property is ignored if the RightAngleAxes property is True.

Example

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]