Refresh of plots
Status: Beta
Brought to you by:
mhowlett
I am trying out NPlot and a currently stuck with
updateing plots.
I receive continuous data into a DataTable, so I would
like to to some periodic updates.
DataTable dt = pc.dsDatas.Tables[channel];
pp.DataSource = dt;
What is the recommended way to update the plots ?
I have tried Refresh() in the PlotSurface but without any
luck.
Regards
Jes
jramsing@sauer-danfoss.com