Hi,
I am using the real-time support in Angular Widget. It updates nicely every 1 second with dataStreamURL, and I now want to add a trend point in to the chart so that it will be pushed forward by the needle as the needle moves. So it will simulate a **moving** high watermark effect. I understand the trend point is statically defined in the XML file. But is there a way to capture the event as soon as the chart receives a new value in order to do tricks with the trend point?
Would it be nice to have the chart raise an event similar to FC_DataLoaded(DOMId).....? Instead of raising an event once, it raises an event everytime a new value is received.
Thanks