Hi, I have a chart in a one week range(xAxis). And I have a (x, y) value(y is in double) associates with every 36 seconds. So I have 16800 pairs of (x,y) for this chart. I'm currntly using vb.net. It takes 17 seconds to plot. Is there any way to speed it up? I tried both SimpleLinePlot and SimpleScatterPlot. SimpleScatterPlot seems a couple seconds faster. But still too slow.