Invisible one curve legend

Hello, I’m looking for a solution to display on the graph when the system was running and when it was stopped. I have a tag called Producing, which can be a logical value (either 1 or 0), and I use the following query part:

RO1_Producing * 5 AS Producing

Currently, I’m using Overrides. The graph looks the way I want it to, except I can’t remove the part marked in red from the legend. Could you please show me how to hide that section, or do you have any other recommendations on how I can achieve the result I’m aiming for?

Using add field overrid , you can hide the legend.



and if you completely hide value and legend use filter field by name and unselect .

1 Like