Top "Oxyplot" questions

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

How to refresh oxyplot plot when data changes

Oxyplot graphs 13 points which are derived from the 6 user input text boxes. The values in the text boxes are held …

c# wpf graph oxyplot
How to plot MULTIPLE LineSeries on an OxyPlot chart?

I apologize for asking so many OxyPlot questions, but I seem to be really struggling with using the OxyPlot chart …

c# wpf charts oxyplot lineseries
OxyPlot AutoScale

AutoScale OxyPlot Chart. For example i have something like this. using OxyPlot; using OxyPlot.Axes; using System; using System.Collections.…

c# wpf oxyplot
How can I show the plot points in Oxyplot for a line Graph?

Here is the xaml code to my graph: <oxy:Plot HorizontalAlignment="Left" Height="222" Margin="0,49,0,0" VerticalAlignment="Top" Width="870" Background="Transparent" …

c# wpf oxyplot
How to add new points to OxyPlot?

This is the code that Oxyplot official page shows. namespace WpfApplication2 { using System.Collections.Generic; using OxyPlot; public class MainViewModel { …

c# wpf oxyplot
Render OxyPlot graph in Windows Form

I would like to dock an OxyPlot graph in my windows form and graph the function y = 2x - 7. I …

c# winforms controls graphing oxyplot
Multiple LineSeries Binding in OxyPlot

Is it possible to bind a plot to a collection of LineSeries instead of a single LineSeries in OxyPlot? (and …

c# wpf plot oxyplot
OxyPlot: How to use the axis label formatter and show Y labels?

I'm using to Oxyplot for my Xamarin.iOS project for plotting a bar chart.. This is what my graph currently …

c# xamarin.ios oxyplot
OxyPlot get clicked point

I am trying to plot some circles on a scatter plot via: <Grid> <oxy:PlotView x:Name="…

c# wpf xaml oxyplot
C# - OxyPlot how to add plot to windows form

Trying out OxyPlot, installed and referenced packages. Copying and pasting the example from here http://docs.oxyplot.org/en/latest/…

c# oxyplot