ExcelChartRotation3DAutoscale Property
Gets or sets a flag indicating if the height percentage of the chart can be set independently of depth percentage.
When this flag is true the height percentage is automatically calculated function of the depth percentage.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool Autoscale { get; set; }
Public Property Autoscale As Boolean
Get
Set
public:
property bool Autoscale {
bool get ();
void set (bool value);
}
member Autoscale : bool with get, set
Property Value
Boolean