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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public int Perspective { get; set; }

Property Value

Int32

See Also