New Post: Pie chart click event
Sorry, the mouse events are not yet supported by the PieSeries. But it should be quite easy to implement:store the polygons in the PieSeries.Render method in a private field in the...
View ArticleNew Post: OxyPlot and F#
I have not tried this library together with F#, but it would be very interesting to see a simple F# example. Should the WPF user interface also be written in F#? I found some examples with other...
View ArticleCreated Unassigned: DateTimeAxis with IntervalType = Minutes [10045]
Seehttps://oxyplot.codeplex.com/discussions/442645and example under "OpenIssues" in the ExampleLibrary.
View ArticleNew Post: DateTimeAxis with IntervalType == DateTimeIntervalType.Minutes
I think there is a bug in the DateTimeAxis. Maybe this is related to double precision accuracy. I am adding a new issue: https://oxyplot.codeplex.com/workitem/10045
View ArticleReleased: OxyPlot binaries (Feb 28, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (Feb 28, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleNew Post: Rubber-banding with OxyPlot
I want to rubberband a line series as we rubberband a polyline in any CAD application. I have written an example for the same.[Example("LineSeries rubberbanding")] public static PlotModel...
View ArticleNew Post: DateTimeAxis Interpolation
I want to make a graphic with price series, I tried your library, and I find the problem that interpolates the price series when no data exists. It is possible to generate a DateTimeAxis not...
View ArticleNew Post: few changes to the source and one potential issue found
Hi objo, Thanks for the updated code, your changes are much elegant by moving the single point handling to a separate method. As for #1 (resolution), I simply added a Resolution property to LineSeries...
View ArticleNew Post: DateTimeAxis with IntervalType == DateTimeIntervalType.Minutes
Hi, I've found that, in this case, in class: OxyPlot.Axes.Axis, in method: protected static IList<double> CreateTickValues(double min, double max, double step). commenting line: x =...
View ArticleCreated Unassigned: PdfExporter not correctly placing annotations [10046]
When exporting to PDF, everything in the plot is showing up correctly, except for annotations. The annotations seem to all be offset by a certain X and Y factor. I attached an example of a PDF export...
View ArticleCommented Unassigned: PdfExporter not correctly placing annotations [10046]
When exporting to PDF, everything in the plot is showing up correctly, except for annotations. The annotations seem to all be offset by a certain X and Y factor. I attached an example of a PDF export...
View ArticleCommented Unassigned: PdfExporter not correctly placing annotations [10046]
When exporting to PDF, everything in the plot is showing up correctly, except for annotations. The annotations seem to all be offset by a certain X and Y factor. I attached an example of a PDF export...
View ArticleCommented Unassigned: PdfExporter not correctly placing annotations [10046]
When exporting to PDF, everything in the plot is showing up correctly, except for annotations. The annotations seem to all be offset by a certain X and Y factor. I attached an example of a PDF export...
View ArticleCreated Unassigned: Can't rubbernamd a series [10047]
Please refer to discussion [442674](http://oxyplot.codeplex.com/discussions/442674) for more information.
View ArticleCreated Unassigned: MaximumPadding become useless after zoom in & out [10048]
Verion: d190d7748a73when plot shows up, it has 30% padding, but once use wheel to zoom in, and out, plot's Y stopped at MaxY.Double click wheel reset plot, 30% padding shows up.```// set x max, min...
View ArticleCommented Unassigned: MaximumPadding become useless after zoom in & out [10048]
Verion: d190d7748a73when plot shows up, it has 30% padding, but once use wheel to zoom in, and out, plot's Y stopped at MaxY.Double click wheel reset plot, 30% padding shows up.```// set x max, min...
View ArticleNew Post: ToSvg
Hi all, I'm trying to export an oxyplot to svg using the PlotModel.ToSvg() method. However, I don't quite understand the parameters. What does the "isDocument" parameter mean? What does the...
View ArticleNew Post: ToSvg
I have just found the answer in the ExportDemo in the examples. Simply great !!! Nick
View Article