21 lines
843 B
Markdown
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)
|