Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2243-standardlibrary-chart-object-classes-obj-fibonacci-cchartobjectfiboarc-cchartobjectfiboarcellipse.md
T

34 lines
497 B
Markdown
Raw Normal View History

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