30 lines
407 B
Markdown
30 lines
407 B
Markdown
# ShowFlags (Get method)
|
||
|
||
Returns the visibility flag of the chart elements.
|
||
|
||
```
|
||
bool ShowFlags()
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Value of the visibility flag of the chart elements.
|
||
|
||
# ShowFlags (Set method)
|
||
|
||
Sets the visibility flag of the chart elements.
|
||
|
||
```
|
||
void ShowFlags(
|
||
const uint flags, // flag
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
flags
|
||
|
||
[in] Value of the visibility flag of the chart elements.
|