New Post: Can't get OxyPlot.XamarinAndroid working.
Hi, i got the latest commit and build the xamarainandroid and oxyplot .dll's and now it's working. I got OxyPlot via NuGet before. But i had to delete the <input ="StyleCop...> in OxyPlot.csproj
View ArticleNew Post: OxyPlot on Linux (no GUI)
I have a C# program running on linux without any kind of graphical interface and I'm trying to create graphs dynamically and save them to images. As I understand, all platform-specific libraries are...
View ArticleNew Post: OxyPlot on Linux (no GUI)
I think is should be possible to use the PngExporter in the Gtk# implementation! I have not tried this on linux myself yet, so it will be interesting to hear your experiences!
View ArticleNew Post: Can't get OxyPlot.XamarinAndroid working.
Thanks, I will check and update the NuGet packages. I am trying to get the Android and iOS components built on the Windows build server. Make sure the OxyPlot and OxyPlot.XamarinAndroid packages have...
View ArticleEdited Unassigned: Synchronized major grid lines [10217]
Make it possible to sync the position of major grid lines for different axesSee alsohttps://oxyplot.codeplex.com/discussions/546833https://oxyplot.codeplex.com/workitem/9945
View ArticleCommented Unassigned: Oxyplot not rendering using c# wpf [10202]
Hi-I've added a Oxy Plot to a WPF Grid from code-behind using C#. The issue is, plot is not rendered in the UI, but there is a blank space instead. Please look at the code for the issues. It will be...
View ArticleClosed Unassigned: Oxyplot not rendering using c# wpf [10202]
Hi-I've added a Oxy Plot to a WPF Grid from code-behind using C#. The issue is, plot is not rendered in the UI, but there is a blank space instead. Please look at the code for the issues. It will be...
View ArticleNew Post: Discontinuous LineSeries
Hi At the moment I'm using a LineSeries, to view my data. But sometimes there might be missing datapoints, which I would like to be made aware of. I was thinking that what I want is something like...
View ArticleNew Post: Discontinuous LineSeries
Try to add a DataPoint.Undefined or set one of the coordinates to NaN. This should create a break in the line. Also see the BrokenLineStyle and BrokenLineColor properties if you want to show a line...
View ArticleNew Post: Can't get OxyPlot.XamarinAndroid working.
StyleCop is a prerequisite to build the OxyPlot core library (but it is not needed to use the library).
View ArticleNew Post: Drag & Drop
WPF? I think this must be done using the drag/drop features in WPF, I don't think the PlotController can help you here.Buttons must be in an overlay, they are not supported in the plot model. See...
View ArticleNew Post: Discontinuous LineSeries
Yeah, I thought of that. But there is no way to achieve this without adding a lot of NaNs? Like writing a new Series-class?
View ArticleNew Post: Customizing the selected area annotation
I'm using the WPF version and I want to be able to customize (color and border) of the resize annotation which is displayed when I hold down the mouse button and drag over an area in the plot. Is this...
View ArticleNew Post: ArrowAnnotations color
Hello) Can anybody help me? I' m using oxyPlot for my wpf project, and i'm trying to display a lot of arrows with different colors. var arrow = new ArrowAnnotation(); arrow .Text = number.ToString();...
View ArticleNew Post: Can't get OxyPlot.XamarinAndroid working.
Hi, as is said i removed it before building the library and it worked. I may have found a bug, but I'm not sure if it really is one or I'm just don't use it right. In my project I have a ColumnSeries...
View ArticleNew Post: Drawing Toolbar Example
Scratch the idea of allowing the devs to add series and axes through the designer, after talking to the devs that'll be using the control and thinking about it, figured it'd be best to just have...
View ArticleNew Post: Methods are missing on OxyPlot.Wpf when using NuGet
Hi everbody, I just started working with OxyPlot on my WPF project. So the first thing that I noticed is that when I import OxyPlot.Core and OxyPlot.Wpf using NuGet there are some methods missing, e.g....
View Article