Question:
How can I change a pen’s width at runtime?
Solution:
To do so, you must change the pen’s Width property via scripts. Example:
Screen.Item(“E3Chart1”).Pens.Item(“Pen1”).Width = 20
NOTE: Attached to this article is a demo application developed with E3 version 3.1 Build 270.