Questions tagged [oxyplot]

OxyPlot is an open source, cross-platform .NET plotting library.

OxyPlot is an open source, cross-platform .NET plotting library.

This library was created with the following objectives:

  • should have a 'scientific report' like look
  • should handle large data series
  • should have zoom/pan controls
  • should be possible to export plots to png, pdf and svg

http://oxyplot.org/

552 questions
0
votes
1 answer

wp 8.1 usercontrol and OxyPlot not showing up

I have a usercontrol with grid as content panel, which loads its content from datatemplate, specified in xaml where usercontrol is used. I am using this usercontrol widely and everything is fine with standard xaml controls in template. now I am…
ish1313
  • 321
  • 3
  • 6
0
votes
2 answers

Add a vertical line on MouseDown event

This seems very simple and straightforward, but I can't really get it to work. I have a Line chart where I fill the data through binding to a List. I want to create a command that adds a vertical line when the user presses the left mouse button. I…
lucas.mdo
  • 339
  • 7
  • 27
0
votes
1 answer

How can i implement scrollbar in oxyplot and still the zooming working

I am trying to implement a wide Chart using the Oxyplot in silverlight. I am stuck on couple of items. Could anyone help me here. 1) How can I implement horizontal and vertical scrollbars in Oxyplot chart in silverlight? Objo suggest to follow the…
Joe John
  • 1
  • 1
0
votes
1 answer

linear model "lm" function error when log is used

I get the error below when trying to draw the lmline. This same error occurs weather the plot is base plot, lattice or ggplot. There isn't an NA or NAN in the column - it was scrubbed of that. But the log for Emission may have caused "inf" in…
Antex
  • 1,364
  • 4
  • 18
  • 35
0
votes
1 answer

Oxyplot Run Xamarin forms iOS not found ref to OxyPlot.Xamarin.iOS

I am creating an application in Xamarin Forms and I'll show graphs with OxyPlot, running the Hello World OxyPlot on Android and Windows Phone running, but I have a problem with IOS. When the emulator loads the application sends the…
0
votes
1 answer

OxyPlot:Cannot setting Axis values

I have been tying to set the min and max values of y axis by using properties like ActualMinimum and ActualMaximum,but i doesn't work even I set the MinimumPadding and MaximumPadding to 0. I also tried the Zoom method of axis, it did not work.…
keven
  • 11
  • 1
  • 2
0
votes
1 answer

Oxyplot updating data after the end of method

Could you please tell me why the chart is updated after the last iteration (i = 99)? private void music_play_button_Click(object sender, RoutedEventArgs e) { for (int i = 0; i < 100; i++) { …
Michał Dobi Dobrzański
  • 1,449
  • 1
  • 20
  • 19
0
votes
0 answers

WPF application using Oxyplot. Save the chart in file with any extension

Сan you help me? I created a WPF-application using oxyplot libraries. It's receive some value and builds plot (chart) on them. It's all creates in xaml. There is a code: `
0
votes
1 answer

How to bind the Panning command to the left mousebutton for OxyPlot in WPF?

I am using an Oxyplot control in my WPF application. Is there a MVVM friendly way to re-wire the right click pan action to happen with a left click? My current wpf code is
PlTaylor
  • 7,345
  • 11
  • 52
  • 94
0
votes
1 answer

Scrolling on a non-Primary Axis

I'm having some trouble with the X-axis when making a histogram with OxyPlot. I've plotted everything correctly and the image is what I want/got. I've done this by hiding the category axis and place a linear one over it. My issue now is that I…
RagedMilkMan
  • 425
  • 5
  • 16
0
votes
1 answer

Touches on oxyplot linesseries don't work

I'm using oxyplot in my ios project to plot some graphs. I need to handle touches on the graph to add notes on it. I'm using the touch events but it's not working. Actually it works sometimes and other times it doesn't. It was working at the…
0
votes
0 answers

Flipview not changing page on swipe. as oxyplot:plotview added to flipview Item

In my windowsphone8.1 app i am using flipview. after adding oxyplot:plotview under flipviewitem i am unable to change page on swipe over the chart area. what should i do to handle the swipe over chart and flipview act differently.
SUNIL JOSHI
  • 192
  • 1
  • 12
0
votes
1 answer

OxyPlot Add points after axis drag

I want to add points dynamicall after axis drag, but how can i figgure out, what axis was dragged and where? Can i get start point and end point of displayed axes(x)? using OxyPlot; using System; using System.Collections.Generic; using…
A191919
  • 3,422
  • 7
  • 49
  • 93
0
votes
1 answer

How to create and use a ZoomRectangle in Oxyplot

I am trying to make appear the ZoomRectangle (fixed size and following mouse) after a button click event, but I couldn't find anything at the documentation. Any ideas? OxyRect lens; private void button2_Click(object sender, EventArgs e) …
0
votes
0 answers

OxyPlot WPF- Find Y value from X-Axis value

I am trying to find Y-Axis value from X-Axis but so far no luck . My graph is plotted with 10-15 points with smooth curve set to true. Now what I need to locate is probable value of Y for any given x-value. Slimier to what occurs on click of graph…
TonyR25
  • 1
  • 6