OxyPlot : ColumnSeries/BarSeries display value of each column

Viewed 7906

In my WPF app, I use OxyPlot. I bind my data to the PlotModel and all is working well.

I want to display the value of each column on the chart. Is it possible?

For reference, this example of BarSeries on site, I wish to show actual value of Apples of 2009, 2010 & 2011 respectively on each column. i.e. value of Value1 for the 2009Apples column, Value2 for 2010Apples and so on.

I looked up at the APIof the BarSeries (For WPF ColumnSeries used interchangeably). Tutorials of Bar & other plots. But couldn't find such thing anywhere.

How do I achieve this?

1 Answers
Related