-
Notifications
You must be signed in to change notification settings - Fork 0
SVGraph_ShowGrid()
CapnOdin edited this page Jan 11, 2018
·
4 revisions
Sets the visibility of the grid.
SVGraph_ShowGrid(Bool)
A boolean determining the visibility of the grid.
To make the grid visible set this parameter to True.
To hide the grid set this parameter to False.
The grid is always generated even when hidden.
; Shows the grid
Gui, Add, ActiveX, vIE, Shell.Explorer
SVGraph_Attach(IE)
SVGraph_Start()
SVGraph_Chart(700, 365, 40)
SVGraph_SetAxes(-10, 10, -1, 1)
SVGraph_ShowGrid(True)