I try to use add() or addOrUpdate() methods add a new point or item to series,But when the dataset change ,all points will be refreshing.

best cpu, poor efficiency
how refresh the last item by 3 second?
I notice that XYPlot have a segment code below
how can I keep the old points not reload
please help me

Code: Select all
for (int item = firstItem; item <= lastItem; item++) {
renderer.drawItem(g2, state, dataArea, info, this,
xAxis, yAxis, dataset, series, item,
crosshairState, pass);
}