Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2571-standardlibrary-cchart-cchartscalefix-11.md
T
2026-06-23 21:47:51 +08:00

34 lines
584 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.
# ScaleFix_11 (Get Method)
Gets the value of "ScaleFix_11" property (chart scale is 1:1, or not).
```
bool  ScaleFix_11() const
```
Return Value
Value of "ScaleFix_11" property of the chart assigned to the class instance. If there is no chart assigned, it returns false.
# ScaleFix_11 (Set Method)
Sets new value for "ScaleFix_11" property.
```
bool  ScaleFix_11(
   string  scale_11      // property value
   )
```
Parameters
scale_11
[in]  New value for "ScaleFix_11" property.
Return Value
true - successful, false - cannot change the property.