Created Unassigned: AreaSeries.Points2 should have a setter [10073]
I just tried this:```var areaSeries = new AreaSeries();areaSeries.Points = points; // worksareaSeries.Points2 = points2; // FAILS```The last line fails because Points2 does not have a setter. I think...
View ArticleUpdated Release: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleReleased: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleCommented Unassigned: nuget install version error [10074]
visual studio 2012nuget package installOxyPlot.wpf 2013.1.75.1OxyPlot.core 2013.1.74.1OxyPlot.core 2013.1.75.1 LoadErrorComments: visual studio 2012 neget pacakage manager remove the existing version...
View ArticleCommented Unassigned: nuget install version error [10074]
visual studio 2012nuget package installOxyPlot.wpf 2013.1.75.1OxyPlot.core 2013.1.74.1OxyPlot.core 2013.1.75.1 LoadErrorComments: OxyPlot.wpf 1.79.1 Dependencies OxyPlot.Core (β₯ 2013.1) but Dependency...
View ArticleNew Post: polar coordinate in imageannotation
Using writableBitmapex, i can make a polar image, for about 50k polygons it is pretty fast. Each pixel is brawn as a polygon. Working on how to render it with oxyplot.
View ArticleSource code checked in, #f37e470526ca
Custom series examples: added polar heat map with fixed size image [discussion:454654]
View ArticleNew Post: polar coordinate in imageannotation
This was a fun little example to show the functionality of OxyImage and custom series :) I added an ImageSize property to the example series. Set it to >0 and the heat map will be generated at a...
View ArticleReleased: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleNew Post: Binding Confusion with ContextMenus
My problem is that I am using the MVVM model, and I do not have any code behind, so the view is only xaml. Which does not allow me to connect directly to the plot or anything in it. So is there a way...
View ArticleNew Post: TimeSpanAxis get not refeshed after panning or zooming
Hello, I met the same problem here in Winform. After pan or zoom, then if you change the series, the axes seems not to be refreshed. Thanks. Jo
View ArticleNew Post: TimeSpanAxis get not refeshed after panning or zooming
I found the solution. Just call Reset() on the axis to reset ViewMaximum and ViewMinium after you change the series.
View ArticleNew Post: 2013.1.80.1 crash problem
Oxyplot.WPF .Net Framewrok 4.5 x86 & x64 .Net Framewrok 4.0 x86 & x64 .Net Framewrok 4.0 Client Profile x86 & x64εηδΊ System.Windows.Markup.XamlParseException HResult=-2146233087...
View ArticleNew Post: 2013.1.80.1 - Dont work with VS2012
Please help to fix that issue with compatibility for WindowsForm library. That is what I am doing to add this library on ToolBox :Right click in the toolboxSelect "Choose items..."Press "Browse..."...
View ArticleNew Post: 2013.1.80.1 - Dont work with VS2012
https://oxyplot.codeplex.com/discussions/453979
View ArticleNew Post: 2013.1.80.1 crash problem
https://oxyplot.codeplex.com/workitem/10074https://github.com/NuGet/NuGetGallery/issues/1556
View ArticleNew Post: Winform Designer Problem
objo wrote: Make sure that you have the OxyPlot.dll assembly in the same assembly as the OxyPlot.WindowsForms.dll. I will try to add OxyPlot.dll to the "OxyPlot WindowsForms" nuget package, but I am...
View ArticleNew Post: How to compile OxyPlot?
Dear all, Are there instructions on how to compile OxyPlot? I am trying to compile the source code using VS2010 professional, but I am getting problems opening .csproj files. Thank you in advance, Javier
View Article