MSChart SuspendUpdates not working -


i trying use series.suspendupdates prevent redrawing on every added data point although doesn't seem doing anything. still repaints every added point if nothing suspended.

it works fine here. show code!

note there no someseries.suspendupdates,

someseries.points.suspendupdates() 

or

somechart.series.suspendupdates() 

as function works on chartelementcollections.

see here msdn

also note keep track of suspendupdates , resumeupdates calls state gets stacked, need balance them:

if call suspendupdates method several times, need call resumeupdates method equal number of times.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -