This question is locked. New answers and comments are not allowed.
Hi all,
I have a RadCartesianChart with three ScatterLineSeries are plotted in. The ItemSources of the LineSeries are bound to ObservableCollections. Starting the app all works fine and the charts are dsiplayed as expected. I want the LineSeries to reset the lines. For this I clear the ObservableCollections. After running the Clear Method of the ObservableCollections the count of DataPoints in the ScatterLineSeries is set to 0. This is what I expect. But nevertheless the line is plotted with values before running clear.
Is there a notify or other command required to tell the gui element to clear the data?
Many thanks for any hint.
Regards
Andrea