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

319 B

ShowDescriptors

Sets the visibility flag value for the descriptors (FLAG_SHOW_DESCRIPTORS).

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

Parameters

flag

[in] Flag value:

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