16 lines
562 B
Markdown
16 lines
562 B
Markdown
# Shape Objects
|
|
|
|
A group of "Shapes" graphical objects.
|
|
|
|
This section contains the technical details of working with a group of classes of "Shapes" graphical objects and a description of the relevant components of the MQL5 Standard Library.
|
|
|
|
| Class name | Object |
|
|
| --- | --- |
|
|
| CChartObjectRectangle | "Rectangle" graphical objects |
|
|
| CChartObjectTriangle | "Triangle" graphical objects |
|
|
| CChartObjectEllipse | "Ellipse" graphical objects |
|
|
|
|
See also
|
|
|
|
[Object types](/en/docs/constants/objectconstants/enum_object), [Graphic objects](/en/docs/objects)
|