ExcelChartRotation3DPerspectiveEnabled Property

Gets or sets a flag indicating if the 3D perspective is enabled for the chart. If the property is false, the chart axes will be in right angle and the perspective effect is disabled.

Definition

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

Property Value

Boolean

See Also