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

335 B

DrawLegendVertical

Draws a vertical legend.

 int  DrawLegendVertical(
   const int  w,  // width
   const int  h,  // height
   )

Parameters

w

[in] The maximum width of the text in the legend.

h

[in] The maximum height of the text in the legend.

Return Value

Width of the legend in pixels.