I use Onlinechart widget. I need to change chart limits in real time (I tried autozoom, but it seems it doesn’t correspond my demands). So I need to autozoom chart myself with signal’s EU. I tried to bind two PV for high and low EU limit of charts value, but it has no affection on chart.
How can I change Onlinechart’s high and low limits “on the fly”?
Hi Andrey!
The min and max value of OnlineChart widget are not bindables, so I you cannot change those parameters with the values you want.
However, you can use the autoscale parameters to adapt automatically the chart to minimum and maximum values. Just define this parameter to “true” in OnlineChart widget.
Thank you, Jaroslav! It is worked out.



