<< Click to Display Table of Contents >> VpeSetChartGridBkgMode |
(Chart Property) Sets the chart grid background mode for the next created chart object.
void VpeSetChartGridBkgMode(
VpeHandle hDoc,
int mode
)
VpeHandle hDoc
Document Handle
int mode
possible values are:
Constant Name |
Value |
Comment |
VBKG_SOLID |
0 |
solid background color |
VBKG_TRANSPARENT |
1 |
transparent background |
Default:
VBKG_TRANSPARENT for 2-D charts and VBKG_SOLID for 3-D charts.
Remarks:
The chart grid background is the area within the grid. The backgound mode for the whole chart object is set with VpeSetBkgMode().