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

287 B

ShowLegend

Sets the visibility flag value for the legend (FLAG_SHOW_LEGEND).

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

Parameters

flag

[in] Flag value:

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