LayerShowGrid¶
LayerShowGrid specifies, if the diagram grid will be visible.
- bool = LayerShowGrid(hLayer, ssXYZ, bGridMajor, bGridMinor)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hLayer
Identifies the layer.
- ssXYZ
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
- bGridMajor
bGridMajor is TRUE (1) if the major grid lines are visible.
- bGridMinor
bGridMinor is TRUE (1) if the minor grid lines are visible.
See also
Overview Diagrams, LayerCreate, LayerIsMajorGrid, LayerIsMinorGrid
id-1288529