Hi
We are developing application we receiving data on socket with high frequency (E.g 50 msec).
Used Observable Collection and bind ItemSource. Still we need to use Dispatcher to add Item in Observable Collection.
For sometime it works fine but after sometime application get slow, may be because of too many dispatcher.
We are using "FastLineSeries" with "ListenPropertyChange" set to true.
Let us know how we can handle this and plot realtime data with high frequency.