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
Post a Comment