

One thing.even if you add a "count" check for Data.eventually the list will fill to capacity and then the individual items will change, but the count will not.
#Anychart refresh series#
Series Manipulation Working with Data An圜hart Documentation. When new data items are added to a grid with any filter, sort, hide, or level-based selections in place, you must manually Refresh any chart based on that. You guys have quite good support on this forum I must say! Thank you so much for your time and help getting me going, it is MUCH appreciated!ĮDIT: I actually tried this with just chartData = chartData.ToList() Īnd it works fine, the Async Reload is NOT required! So the data change handler is evoked in the Blazor context, which is good. When I change the dropdown value, the session variables getting update, however I need. Void OnWSSEvent(object sender, Services.WSSEventArgs args)ĬhartDataItem d = new ChartDataItem() ) Īll over the place to deal with other thread contexts!! I missed that one for the chart!! Public partial class StatusComponent : IDisposable If I preload objects in the "chartData" list, the chart does correctly display that data. can become annoying, especially if the page is refreshed frequently. When I run this code, the chart never changes. The range of options presented by An圜hart is tremendous, and though we will touch. Just replace all that with a timer that generates new List objects to test with. The OnWSSEvent is an event that is fired when receiving data packets from a websocket connection. An圜hart 8.
