Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Bar and line plots in the same graph, possible?

Hello again,

Is it possible to plot data as vertical bars and scatter plot (connected with lines or not) in the same graph?

Cem
0 Kudos
Message 1 of 3
(6,179 Views)
Hi Cem,

Yes it is possible to plot multiply different styles on one graph. He is a link to an example program which demonstrates how to implement this.

Multi-Style-plots

Hope this helps,

John
0 Kudos
Message 2 of 3
(6,165 Views)
You can in the same graph, but not in the same plot. You will have to create multiple plots, one configured to display vertical bars and another to to display the connected lines or points, and then plot the data on each plot.

- Elton
0 Kudos
Message 3 of 3
(6,161 Views)