20 lines
309 B
Markdown
20 lines
309 B
Markdown
# ShowScaleLeft
|
||
|
||
Sets the visibility flag value for the left scale (FLAG_SHOW_SCALE_LEFT).
|
||
|
||
```
|
||
void ShowScaleLeft(
|
||
const bool flag, // flag value
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
flag
|
||
|
||
[in] Flag value:
|
||
|
||
- true — the left scale becomes visible.
|
||
- false — the left scale becomes invisible.
|