New Post: Show a multipage tiff file (by libtiff.net) with ImageAnnotation
I think it is best to use the OxyImage solution. Can you try saving the image data to PNG instead? BMP may not be fully implemented. And make sure the MemoryStream is positioned at the start when you...
View ArticleNew Post: Unexplained gap in histogram
Yes, I guess this could be a "snap to device pixels" problem. Can you attach a screen shot?
View ArticleCreated Unassigned: Add IntervalColumnSeries [10194]
similar to IntervalBarSeries but showing columnshttps://oxyplot.codeplex.com/discussions/544550
View ArticleNew Post: Interval column series
This is not yet supported. I added the new feature: https://oxyplot.codeplex.com/workitem/10194
View ArticleSource code checked in, #5438beb0f5af
Xamarin component: set version number in make-component.sh
View ArticleNew Post: reports
Can I ask where is the exact link for example of exporting to pdf containing text, table(s) and graph in Window form? thanks
View ArticleNew Post: Problems after update (v231 -> v300)
Hello All, I originally loaded OxyPlot version 231 for my project. After experiencing difficulties with the context menu, I saw that a number of fixes should remedy my problems - so I installed version...
View ArticleNew Post: Clicking on an annotation
Hey! Thanks for the answer, sorry for taking a few days to respond, but I wanted to while I had my code in front of me. Yea I noticed HitTestResults only had the item and index, it didn't actually have...
View ArticleNew Post: Clicking on an annotation
Yes, please create an example with an annotation toolbar. I am sure this can be a popular example. We have a feature request for synchronization of the axes: https://oxyplot.codeplex.com/workitem/9945...
View ArticleCreated Unassigned: Crash when resizing plot area due to uncaught System...
When resizing the plot area to a minimum size by using the current window's border resize handler, the application crashes.I realize you can catch it yourself but it assumes lots of internal...
View ArticleSource code checked in, #16e276389009
#10195: PlotModel width/height bug - check relative to Padding property
View ArticleClosed Unassigned: Crash when resizing plot area due to uncaught System...
When resizing the plot area to a minimum size by using the current window's border resize handler, the application crashes.I realize you can catch it yourself but it assumes lots of internal...
View ArticleNew Post: Clicking on an annotation
Yea I saw that request while looking around for a solution. Basically I just want to be able to zoom into an area using the Zoom Rectangle feature, and have all axes change their min and max for the...
View ArticleCreated Unassigned: Transparent background doesn't work in Android [10196]
In Xamarin.Android code there's a little mistake when set a transparent background.In fact in PlotView.cs code (at line 301) if background color has alpha value setted to 0 white color is forcily used...
View ArticleNew Post: Problems after update (v231 -> v300)
The first question I can't answer but the answer on the second is: You can use OxyPlot.xps.dll from version OxyPlot-2014.1.240.1.zip, I think that nothing changed in this dll, success.
View ArticleSource code checked in, #ab74980fd0fd
Add OxyPlot.Xps to Release download (discussions/545072)
View ArticleNew Post: Problems after update (v231 -> v300)
1) Yes, the API has been changed - you need to use the MouseDown event to get the button that is clicked. 2) Thanks for the notice. I have included OxyPlot.Xps in the "slimmed down" Release download...
View Article