KB-36193: Adding a pen to an E3Chart at runtime.
Question: How can I create an E3Chart‘s Query and Pen at runtime? Solution: To do so, you must write a script using AddQuery and AddPen methods. For more details, check…
Question: How can I create an E3Chart‘s Query and Pen at runtime? Solution: To do so, you must write a script using AddQuery and AddPen methods. For more details, check…
Question: How can I change the color of an E3Chart’s pens at run time? Solution: To do so, you must create a script using E3 Viewer’s ShowPickColor method to set…
Question: Why do the charts stop displaying data when updating E3 from version 2.0 to version 2.5? Solution: This happens because the fields set up in the pens have blank…
Question: Why do some E3Chart’s real-time pens disappear after a certain time? Solution: This happens because BufferSize property sets a certain number of pens points to be saved in the…
Question: How can I configure a chart so that pens perform a bottom-up vertical movement? Solution: To do so, configure the numeric scale in the horizontal axis and the time…
Question: How can I display variables with different scales in the same E3Chart? Solution: In E3Studio, create an axis for each scale and select the respective axis in each pen’s…
Question: How can I set up an E3Chart‘s vertical axis (Y) to display time and its horizontal axis (X) to display values? Solution: To do so, follow these procedures: Acess…
Question: Why is the message “Query1(Disconnected) :32” being displayed in the legend’s Status column in E3Chart? Solution: This happens when there are special characters on a chart’s field, such as…
Question: How can I copy an E3Chart from a screen to a Report? Solution: To do so, you must use CopyConfig method in the Report’s scripts. For example: Sub OnBeforePrint…
Question: How can I disable zoom and selection options when right-clicking the E3Chart? Solution: To disable E3Chart’s zoom and selection menus via E3Studio, you must set E3Chart‘s Enabled property as…