Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2478-standardlibrary-canvasgraphics-cchartcanvas-cchartcanvasshowgrid.md
T
2026-06-23 21:47:51 +08:00

275 B

ShowGrid

Sets the visibility flag value for the grid (FLAG_SHOW_GRID).

 void  ShowGrid(
   const bool  flag,  // flag value 
   )

Parameters

flag

[in] Flag value:

  • true — the grid becomes visible.
  • false — the grid becomes invisible.