Quantcast
Channel: oxyplot Discussions Rss Feed
Browsing all 1267 articles
Browse latest View live

New Post: Mono 2.10.x version, Not MonoTouch or Mono for Android

Tried that, made no difference, same error: Mono: The following assembly referenced from /home/cds/eric/op/testoxy/bin/Debug/OxyPlot.dll could not be loaded: Assembly: System.Core (assemblyref_index=2)...

View Article


New Post: Restore / Save zoom levels

I have extended the control to store the zoom state on a stack and on all maniuplators started event I have pushed the zoom state. When I want to move to previous state I just pop a state and call the...

View Article


New Post: OxyPlot and F#

Hi all, First, this is a great work so far. Nice library. Is there any tutorial (or maybe translation of the wpf examples) in F# for F#ers? that would be great. Thanks in advance Anass

View Article

New Post: Pie chart click event

Hi, Does the pie series fire MouseUp/MouseDown event? Those events do not seem to trigger when I click on the slices.PieSeries pieSeries = new PieSeries(); pieSeries.Slices = listOfPieSlices; //...

View Article

New Post: ContextMenu with Command binding not working.

objo, I managed to get the bindings working. It turned out that ContextMenu DataContext was null, so I implemented a workaround found on StackOverflow which sets the ContextMenu DataContext in Loaded...

View Article


New Post: few changes to the source and one potential issue found

Hi objo, I started to use oxyplot not long ago, thanks for the great library. While developing I traced into oxyplot source and make some changes. Need to know if the changes are good, and could it be...

View Article

New Post: Get actual MinorStep (or any grid-related values)

Dear oxyplotters, I am trying to create plot containing both Carthesian and Polar grid. For the first one I use regular Major- nad MinorGridLines, whereas for the second one I intended to use...

View Article

New Post: Avoid the DateTimeAxis.ToDouble() result in the tooltip

I have checked in a change that converts the x values to DateTime values before formatting the text of the tooltip. Use the TrackerFormatString in the series to control the format of the date (see...

View Article


New Post: few changes to the source and one potential issue found

thanks for the bug reports and correction code! I have corrected #2 and #3, and added examples to make sure it works. How did you implement lower resolution in #1? The LineSeries has a...

View Article


New Post: Get actual MinorStep (or any grid-related values)

Maybe you are querying the properties too early. The ActualMajorStep/ActualMinorStep properties are set when the plot is being updated/redrawn. The values of these properties depends on the...

View Article

New Post: DateTimeAxis with IntervalType == DateTimeIntervalType.Minutes

Hi, I want to display measurement data, where measurements were made every full minute (60 seconds), so I'm using DateTimeAxis with IntervalType == DateTimeIntervalType.Minutes on X axis. I'm using...

View Article

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 Article

New 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 Article


New 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 Article

New 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 Article


New 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 Article

New 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 Article


New 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 Article

New 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 Article

New Post: ToSvg

I have just found the answer in the ExportDemo in the examples. Simply great !!! Nick

View Article
Browsing all 1267 articles
Browse latest View live


Latest Images