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

309 B

ShowScaleLeft

Sets the visibility flag value for the left scale (FLAG_SHOW_SCALE_LEFT).

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

Parameters

flag

[in] Flag value:

  • true — the left scale becomes visible.
  • false — the left scale becomes invisible.