Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2654-standardlibrary-graphics-caxis-caxisvaluesformat.md
T
2026-06-23 21:47:51 +08:00

30 lines
373 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.
# ValuesFormat (Get method)
Returns the format of the axis numbers.
```
string  ValuesFormat()
```
Return Value
Number format.
# ValuesFormat (Set method)
Sets the format of the axis numbers.
```
void  ValuesFormat(
   const string  format      // format of the axis numbers
   )
```
Parameters
format
[in]  Format of the axis numbers.