ExcelChartRotation3DPerspective Property |
Gets or sets a value between 0 and 100 describing the depth appearance of the chart.
The smallest value 0 is identical to having a parallel camera, and the largest value 100
produces the most exaggerated perspective, similar to what is produced with a wide-angle camera.
This property has effect only if the PerspectiveEnabled property is true.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public int Perspective { get; set; }
Public Property Perspective As Integer
Get
Set
Property Value
Type:
Int32See Also