What option do daq provide if my data varies between -1 and 1

I want to visualise values on a thermometer scale that varies between -1 and 1 . How can I do it

My preference were daq.Thermometer and daq.Graduate bar but they not working & not even daq.Tank ?

Any suggestion to start will work . I am looking for vertical display daq.Gauge is not an option for me.

Hi @yogi_dhiman what exactly are you refering to?

Setting min/max to -1/1 is not what you are looking for, right?

Setting min/max to -1/1 in these bars is what I am looking for :slight_smile: My data variables from +Inf to - Inf . Even if put a
Clip(-1,1) . So, In short bar will be more red if value is more toward -1 and bar will keep getting more greener if value is more toward 1