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