Captions Above Datapoints

Oystein Bjorke 10 ár síðan 0
This discussion was imported from CodePlex

bigN13 wrote at 2013-06-19 15:20:

Hi, I am using an Oxyplot LineSeries in WPF app, and would like to add a captions above points (e.g. 1,2,3,4)
sample.Points.Add(new DataPoint(x, y));
Is it Possible?
Thanks

objo wrote at 2013-06-19 20:42:

this is not yet supported, see issue
https://oxyplot.codeplex.com/workitem/9893

michaeldjackson wrote at 2013-07-24 20:38:

Hi bigN13,

I accomplished this by using TextAnnotations.
It's slows the plot down somewhat, but still usable for my purpose.