LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Barchart with scattergraph

Hello, i have on my User Interface a scattergraph where i plot some points of some colorspaces.

I need in only one configuration an barchart like the following one to draw the rawdata of my sensor.

Is it possible to draw some bars with an scattergrap?

barchart.gif

0 Kudos
Message 1 of 3
(3,271 Views)
Well, you could use the functions PlotY or PlotXY with the attribute VAL_VERTICAL_BAR, but this will give you identical colors; alternatively you could plot individual rectangles using PlotRectangle; Wolfgang
0 Kudos
Message 2 of 3
(3,269 Views)
Hi thanks for you fast answer, i´ve forgot to say that i want to do this in Visual Studio CLI / .net

And your examples are directly from Measurement Studio. Is there a possibility to do that?
0 Kudos
Message 3 of 3
(3,252 Views)