Displaying Array Variables as an XY Chart

In the Cartesian XY Chart visualization element, you can visualize array variables as curves. In the case of multiple array variables, a shared X-axis and multiple Y-axes are used. The array variables to be visualized as well as the optical design of the curves are specified in a separate configuration dialog. Click the XYChart element property to open this dialog. If the user is to be able to change the curve data at runtime, then you need to provide the appropriate visualization elements with a corresponding input configuration.

In the Control variables element property, you can enter application variables that can be used to zoom into the chart or pan the graph to another position. Based on this, you can set up an input option for the user in a corresponding visualization element at runtime.

NOTICE