I am setting the range of an interval marker using JFree in ignition in the configureChart function. But I realize that configureChart only activates once. I am trying to make the interval marker change in propertyChange, but that doesn’t seem possible as the chart object is not given. Any ideas on how to get around this?
configureChart
should automatically re-run whenever the chart’s data changes. What version of Ignition are you using, and what type of chart are you using?
8.1.17
It doesn't re-run on the classic chart. The marker would need to be "smart" to retrieve the dynamic value from a property whenever asked.