Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2353-standardlibrary-chart-object-classes-obj-controls-cchartobjectbmplabel-cchartobjectbmplabely-distance.md
T
2026-06-23 21:47:51 +08:00

34 lines
527 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Y_Distance (Get Method)
Gets the value of "Y_Distance" property.
```
int  Y_Distance() const
```
Return Value
Value of "Y_Distance" property of the object assigned to the class instance. If there is no object assigned, it returns 0.
# Y_Distance (Set Method)
Sets new value for "Y_Distance" property.
```
bool  Y_Distance(
   int  Y      // property value
   )
```
Parameters
Y
[in]  New value for "Y_Distance" property.
Return Value
true - successful, false - cannot change the property.