Easy Chart - show line at Y-axis max/min when tag value exceeds range

Hello all,

I have an Easy Chart with a fixed Y-axis range that is configured dynamically.

Currently, if the value of a tag goes above the Y-axis max or below the Y-axis min, the Easy Chart does not display the line for those values at all.

What I want is:
If tag value exceeds the range max, the chart should draw the line at the max value, and
if tag value goes below the range min, the chart should draw the line at the min value.

I am using Ignition version 8.1.48.

Is this possible, and how?
All suggestions are appreciated,
Thank you.

Not in an EasyChart. You could post-process a dataset to clamp all values as described, and display on a Classic Chart.

1 Like