LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A chart with an X axis ?

Solved!
Go to solution

I have equispaced X data and am using stacked plots to show three different values from a measurement.

 

Is it possible to wire a 4-tuple (X, Y1, Y2, Y3) in the form of an array to the input of a chart and get a realtime XY1Y2Y3 plot (stacked) ? 

0 Kudos
Message 1 of 2
(2,503 Views)
Solution
Accepted by topic author m-s

Hi,

 

a chart doesn't allow for an arbitrary X-scale - but you may use an XY-graph...

 

Other option is to set the X-scale multiplier and offset of the chart to your needs, either by right-click dialog or by property nodes!

 

Using the context help (ctrl-h) you will see the possible input datatypes for a chart.

Message Edited by GerdW on 02-13-2010 09:32 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,499 Views)