WPF Pie Chart

Oystein Bjorke 10 year бұрын 0
This discussion was imported from CodePlex

GreggHorry wrote at 2014-01-06 16:20:

Hello,
Is it possible to work with pie chart in WPF ?
I find AreaSeries, BarSeries, ColumnSeries, LineSeries, ScatterSeries, TwoColorLineSeries but not PieSeries...
I find nothing in documentation... https://oxyplot.codeplex.com/wikipage?title=PieSeries&referringTitle=Series

objo wrote at 2014-01-07 22:07:

Sorry, not all series are implemented for WPF yet.
But it should probably not be difficult to implement the OxyPlot.Wpf.PieSeries and get a pull request accepted :-)

GreggHorry wrote at 2014-01-09 14:59:

Thank you for your reply.