Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2289-standardlibrary-chart-object-classes-obj-controls-cchartobjecttext-cchartobjecttextangle.md
T

34 lines
561 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Angle (Get Method)
Gets the value of "Angle" property.
```
double  Angle() const
```
Return Value
Value of "Angle" property of the object assigned to the class instance. If there is no object assigned, it returns [EMPTY_VALUE](/en/docs/constants/namedconstants/otherconstants).
# Angle (Set Method)
Sets a value for "Angle" property.
```
bool  Angle(
   double  angle      // property value
   )
```
Parameters
angle
[in]  New value for "Angle" property.
Return Value
true - successful, false - cannot change the property.