I noticed that Series.Points is a collection of IDataPoint.
"Great!" I thought. So I created a custom type (where I could hold some extra info) and drew my graph and it worked.
The problem is when I use Series.GetNearestPoint it seems to be returning me DataPoint underneath the IDataPoint when I'm expecting it to return my custom type.
Any clues?
Comments: Did you check the Item property of the TrackerHitResult? I think the DataPoint property contains an interpolated point.
"Great!" I thought. So I created a custom type (where I could hold some extra info) and drew my graph and it worked.
The problem is when I use Series.GetNearestPoint it seems to be returning me DataPoint underneath the IDataPoint when I'm expecting it to return my custom type.
Any clues?
Comments: Did you check the Item property of the TrackerHitResult? I think the DataPoint property contains an interpolated point.