ChartWallsAndGridlines2D Property |
True if gridlines are drawn two-dimensionally on a 3-D chart.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool WallsAndGridlines2D { get; set; }
Public Property WallsAndGridlines2D As Boolean
Get
Set
public:
property bool WallsAndGridlines2D {
bool get ();
void set (bool value);
}
member WallsAndGridlines2D : bool with get, set
Property Value
Type:
Boolean
See Also