ColumnSeries in OxyPlot.Wpf

Oystein Bjorke hace 10 años 0
This discussion was imported from CodePlex

vmesri wrote at 2012-11-13 09:45:

Hi,

First of all thanks for this fantastic project! I am trying to create a Chart with ColumnSeries. I assume I have to have reference the OxyPlot.Wpf.dll in my project. But the problem is that the class ColumnSeries does not exist in the this assembly! Instead it is in the OxyPlot.dll which does not work in a wpf project. Am I missing something here?

 

Many thank,

Vahid


vmesri wrote at 2012-11-13 10:35:

Sorry, Please ignore me! I realized that although the plot itself is from assembly OxyPlot.Wpf.dll, the PlotModel object which is bound to the Model property, is in OxyPlot.dll which contains all different types of series.

 

Thanks again for the very nice project!

Vahid


objo wrote at 2012-11-14 18:21:

I needed a WPF ColumnSeries myself, so that one is now implemented. The example is also updated.