Marcus Vinicius Bianchi...
|
|
Group: Forum Members
Last Active: 11 Years Ago
Posts: 2,
Visits: 1
|
Hi,
I´m tryng to use Nevron Chart to plot RealTime data in my system. To do that I created a Thread that fills NLineSeries in each physical channel that I´m reading and keep the NLineSeries with a maximum size, when it overflows the max size the Thread deletes the oldest x and y values. Then in other WindowsForm I associate each NLineSeries with the same chart. The point here is that I always need atleast 1000 values to plot my graphic and when the graphic is open I need to show all the 1000 values that are in my "buffer".
I associated the NLineSeries with the graphic and when I add one data point to it the chart recoginizes that. However the chart doesn´t recognize when I delete one data point.
Any ideas why?
|