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

317 B

ShowScaleRight

Sets the visibility flag value for the right scale (FLAG_SHOW_SCALE_RIGHT).

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

Parameters

flag

[in] Flag value:

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