Captions Above Datapoints
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
sample.Points.Add(new DataPoint(x, y));
Is it Possible?
Thanks
objo wrote at 2013-06-19 20:42:
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.
I accomplished this by using TextAnnotations.
It's slows the plot down somewhat, but still usable for my purpose.
Customer support service by UserEcho