Help with Forms.DataVisualization.Charting
Hi Everyone,
Using .NET 4
New to the C# programming language, my background is an embedded C programmer.
I am trying to chart some real-time data using Forms.DataVisualization.Charting. I am able to create a chart and populate it with a Series of DataPoints. However, I can’t seem to find a way to update a single DataPoint without clearing the existing Series of DataPoints then rebuilding the entire Series from scratch. For testing I am trying to get a trackBar to send updates to a specific DataPoint. If I can accomplish that much I am sure I can link it to the incoming data feed.
Any help would be appreciated!
Joe