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

21 lines
843 B
Markdown

# Control Objects
A group of "Object Controls" graphical objects.
This section contains the technical details of working with a group of classes of "Object Controls" graphical objects and a description of the relevant components of the MQL5 Standard Library.
| Class name | Object |
| --- | --- |
| CChartObjectText | "Text" graphical object |
| CChartObjectLabel | "Text Label" graphical object |
| CChartObjectEdit | "Edit" graphical object |
| CChartObjectButton | "Button" graphical object |
| CChartObjectSubChart | "Chart" graphical object |
| CChartObjectBitmap | "Bitmap" graphical object |
| CChartObjectBmpLabel | "Bitmap Label" graphical object |
| CChartObjectRectLabel | "Rectangle Label" graphical object |
See also
[Object types](/en/docs/constants/objectconstants/enum_object), [Graphic objects](/en/docs/objects)