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

38 lines
742 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.
# ValuesWidth (Get method)
Returns the maximum allowed length in pixels for displaying the axis numbers.
```
int  ValuesWidth()
```
Return Value
Length of the axis numbers in pixels.
Note
If a length in pixels for a specified number exceeds the maximum allowed display length, it is truncated and ends in dots.
# ValuesWidth (Set method)
Sets the maximum allowed length in pixels for displaying the axis numbers.
```
void  ValuesWidth(
   const int  width      // maximum allowed length in pixels
   )
```
Parameters
width
[in]  Maximum allowed length of the axis numbers.
Note
If a length in pixels for a specified number exceeds the maximum allowed display length, it is truncated and ends in dots.