void CBCGPChartDiagram3D::StripWallsAndAxes | ( | BOOL | bStrip = TRUE , |
BOOL | bRedraw = FALSE |
||
) |
Hides or shows walls and vertical axes.
This is a helper method that hides visible vertical axes and walls.
If bStrip is FALSE, the walls and vertical axes are shown unconditionally. This method enables only wall outline. To fill the wall interior call SetDrawWallOptions() with DWO_DRAW_ALL_WALLS (or whatever appropriate).
bStrip | TRUE - hide walls and vertical axes; FALSE - show the walls and vertical axes. |
bRedraw | TRUE - redraw the chart. |