Share via


Chart.WallsAndGridlines2D Property (2007 System)

Gets or sets a value that indicates whether gridlines are drawn two-dimensionally on a 3-D chart.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property WallsAndGridlines2D As Boolean
'Usage
Dim instance As Chart 
Dim value As Boolean 

value = instance.WallsAndGridlines2D

instance.WallsAndGridlines2D = value
[BrowsableAttribute(false)]
public bool WallsAndGridlines2D { get; set; }
[BrowsableAttribute(false)]
public:
property bool WallsAndGridlines2D {
    bool get ();
    void set (bool value);
}
public function get WallsAndGridlines2D () : boolean 
public function set WallsAndGridlines2D (value : boolean)

Property Value

Type: System.Boolean
true if gridlines are drawn two-dimensionally on a 3-D chart; otherwise, false.

.NET Framework Security

See Also

Reference

Chart Class

Chart Members

Microsoft.Office.Tools.Excel Namespace