Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2264-standardlibrary-chart-object-classes-obj-shapes.md
T
2026-06-23 21:47:51 +08:00

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)