13 lines
233 B
Markdown
13 lines
233 B
Markdown
# VisibleBars
|
||
|
||
Gets total number of visible chart bars.
|
||
|
||
```
|
||
int VisibleBars() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Gets total number of visible bars of the chart assigned to the class instance. If there is no chart assigned, it returns 0.
|