13 lines
195 B
Markdown
13 lines
195 B
Markdown
# ChartID
|
||
|
||
Returns identifier of the chart.
|
||
|
||
```
|
||
long ChartID() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Chart identifier assigned to the chart class instance. If there is no chart assigned, it returns -1.
|