Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2370-standardlibrary-chart-object-classes-obj-controls-cchartobjectrectlabel-cchartobjectrectlabely-size.md
T
2026-06-23 21:47:51 +08:00

684 B

Y_Size

Sets the value of "Y_Size" property.

bool  Y_Size(
   int  size      // property value
   )

Parameters

size

[in]  New vertical size property value.

Return Value

true - successful, false - cannot change the property.

Note

To get the values of "X_Size" and "Y_Size" properties, use the X_Size and Y_Size methods of the parent CChartObjectLabel class.