Hi,
I want to refresh my current data source of the chart at once. How can I do that because I only
found "notifyInsertItem" and "notifyRemoveItem" for single data source objects.
Another question I have: Is it possible to have ValueOverlays as in WPF datacharts?
Thanks
BR,
Hendrik
Hello Hendrik,
If you want to refresh the data source, you should set the igDataChart data source again - http://www.igniteui.com/help/api/2016.1/ui.igDataChart#options:dataSource.
ValueOverlays feature is not supported by the IgniteUI version. You can mimic this behavior by adding series for each value.
Please let me know if you need further assistance.