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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -