i would like to plot about 6 variables onto a screen page for display like below, can anyone provide some sample code
to enable me to do this.? is there something in the toolbox for this?
Regards Alan
i would like to plot about 6 variables onto a screen page for display like below, can anyone provide some sample code
to enable me to do this.? is there something in the toolbox for this?
Regards Alan
TrnPlot(...) is in the include file.
If your x axis is time, it would work well. The code for this may still be visible in the Include project.
If it is not time, you can use PLOTXYLine(...)
You will have to load a table with the values.
And you will have to print the background grid seperately.
There is an example of this in the Example project. Open the Trends\XY Plots page (the page name is Plots in the Graphics Builder). It used a custom Plot() function in Example.ci to plot data to a graph.
Many Thanks Eric, i will try this and report back.
Eric Black Thanks Eric, i finally got back to this today and its working well in test mode. i just need to propagate my tags now.