Real-time in Line
Posted: Tue Dec 15, 2015 8:16 am
Dear:
I want draw 50000 points per second on the line,the repaint is too delay,about 3 seconds
later the Interface to refresh.Can you help me? I want Improve the efficiency of drawing.
I use the following methods to add data
foreach (SPoint da in SPoints)
{
line1.Add(da.XValue,da.YValue);
}
I want draw 50000 points per second on the line,the repaint is too delay,about 3 seconds
later the Interface to refresh.Can you help me? I want Improve the efficiency of drawing.
I use the following methods to add data
foreach (SPoint da in SPoints)
{
line1.Add(da.XValue,da.YValue);
}