IChart
WallsAndGridlines2D Property
|
True if gridlines are drawn two-dimensionally on a 3-D chart.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool WallsAndGridlines2D { get; set; }
Property WallsAndGridlines2D As Boolean
Get
Set
property bool WallsAndGridlines2D {
bool get ();
void set (bool value);
}
abstract WallsAndGridlines2D : bool with get, set
Property Value
Type:
Boolean
See Also