Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2332-standardlibrary-chart-object-classes-obj-controls-cchartobjectsubchart-cchartobjectsubchartsymbol.md
T

34 lines
503 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Symbol (Get Method)
Gets the value of "Symbol" property.
```
string  Symbol() const
```
Return Value
Value of "Symbol" property of the object assigned to the class instance. If there is no object assigned, it returns "".
# Symbol (Set Method)
Sets new value for "Symbol" property.
```
bool  Symbol(
   string  symbol      // symbol
   )
```
Parameters
symbol
[in]  New value for "Symbol" property.
Return Value
true - successful, false - cannot change the property.