KB-32430: Changing time interval on the horizontal axis.
Question: The horizontal axis is set with a 1-hour interval. When the application runs, the times are displayed with no minutes (9:00, 11:00, 13:00). Is it possible to change this…
Question: The horizontal axis is set with a 1-hour interval. When the application runs, the times are displayed with no minutes (9:00, 11:00, 13:00). Is it possible to change this…
Three new properties were added to E3Chart in E3 version 3.2. They are: ShowPopupMenu: sets whether E3Chart’s default menu will be displayed when the user right-clicks the chart. MouseMode: controls…
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…
Question: How can I change a pen’s visibility via screen objects? Solution: To enable or disable pen’s visibility, follow these procedures: Add a CheckBox to the screen. In this CheckBox,…
Question: How can I set up the application so that the horizontal axis is edited at run time, to either Real Time or Historic? Solution: To do so, you must…