Discussion of article "DoEasy. Controls (Part 7): Text label control"

 

New article DoEasy. Controls (Part 7): Text label control has been published:

In the current article, I will create the class of the WinForms text label control object. Such an object will have the ability to position its container anywhere, while its own functionality will repeat the functionality of the MS Visual Studio text label. We will be able to set font parameters for a displayed text.

Compile the EA and launch it on the chart:


As we can see, the text is displayed in the correct positions within its object whose size can be seen by specifying the presence of a frame for it. The text with prices inside the object is updated according to the update of the corresponding price on the chart.

When creating the panel and its objects, we can see obvious visual unpleasant effects. I am going to get rid of them when optimizing the visual display while interacting with objects on the chart when they are constructed, moved and re-constructed.

Author: Artyom Trishkin

Reason: