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.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool PerspectiveEnabled { get; set; }
Public Property PerspectiveEnabled As Boolean
Get
Set
public:
property bool PerspectiveEnabled {
bool get ();
void set (bool value);
}
member PerspectiveEnabled : bool with get, set
Property Value
Boolean