shieldui - Partial updates/recreation of Shield UI Chart ASP.NET -


is possible partially refresh/recreate shield ui asp.net chart? need show couple of series refresh them @ different rates; of series refresh every couple of seconds. others update slower. tried different approaches none has given success.

pure partial refresh or recreation of shield ui chart not possible. @ least because @ time of chart recreation chart disposed of , created again.

however in terms of functionality partial or asynchronous refresh possible splitting 2 processes: data acquisition , visualization on chart. instance may use couple of functions different execute intervals data sources. function (probably refresh interval shorter or equal refresh interval of fastes of other functions) recreate chart using

.destroy(); 

method , show data.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -