562 questions
Score of 1
1 answer
46 views
How do I enable contour labels in OxyPlot
I have been using OxyPlot in an application for 5+ years. I recently updated to the latest version. Several lines of code broke, which I fixed, but I could not figure out how to regain the contour ...
Score of 0
0 answers
35 views
Oxyplot png exporter causing application to hang when saving many plotmodels
I have an application that can produce and export potentially hundreds of PNG files from OxyPlot plotmodels. Usually, I am saving less than 100 PNGs. I one case I needed to save 264 PNGs and the ...
Score of 0
1 answer
122 views
How made OxyPlot DPI awareness in wpf?
I have a wpf app DPI aware with this code in the manifest filed:
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http:/...
Score of 0
1 answer
450 views
Oxyplot Avalonia - error when trying to add StyleIncludes
I am creating an Avalonia application and will be using Oxyplot with it.
According to https://github.com/oxyplot/oxyplot-avalonia the usage requires adding the following code to app.axaml:
<...
Score of -1
2 answers
220 views
Problem with my MVVM , i cant change props a ViewModel from another ViewModel ,UI is not updating
Im have many issues regarding my MVVM's, i cant pass any props or if i still pass them from a ViewModel to another ViewModel its still not updating the UI.
For example here :
My xaml files :
<...
Score of -1
1 answer
461 views
How to handle Series MouseDown in OxyPLot.WPF in MVVM way?
I am using OxyPlot to draw some diagrams in my .NET WPF project. MVVM is a new thing to me, so i am not sure how to follow it in this situation.
There is a window (main view) that contains PlotView.
...
Score of -1
1 answer
174 views
Is it possible to use OxyPlot with Uno Platform? [closed]
I am trying to transfer a UWP project to Uno Platform. I want to run the app on Linux later and I am using VS22. The project uses OxyPlot to plot some charts and I am having problems to integrate ...
Score of 1
0 answers
790 views
using OxyPlot with c# MAUI
Hello I try to use OxyPlot in a c# .NET 8.0 MAUI application but on the UI nothing appears, not even the axes. I've tried to look for examples on the internet but all I could find were Xamarin ...
Score of 0
2 answers
138 views
When a tab is revisited a new set of views are generated leading to a potential stack overflow
I have an application based on Josh Smith's MVVM Demo, with the business logic replaced. The user clicks links that dynamically generate tabs. Each tab has a view and viewmodel. The tab views contain ...
Score of -1
1 answer
133 views
OxyPlot.WPF how to change PlotView styles?
Is there any way to change line color from XAML, not from C#?
<UserControl x:Class="ProceduralWorldGenerator.Views.SplineEditorView"
xmlns="http://schemas.microsoft.com/...
Score of 0
0 answers
868 views
ColumnSeries class does not exist in my OxyPlot.Series namespace
I recently downloaded and installed OxyPlot.WindowsForms to create some plot charts using C# and winsforms and I did it via NuGet Packages Manager in Visual Studio.
But when I try to use the ...
Score of 1
1 answer
164 views
No chart legend on the graphic plot
I have write a little program to begin to test Oxyplot. I have a windows form with a plot view and the standard "cos" function. Everything is ok except the fact that there is no "cos(x)&...
Score of 1
0 answers
278 views
OxyPlot C#: Setting the position of the outside labels of a pie chart
I have been working with OxyPlot to generate a multi layered pie chart, but I am having a hard time trying to place the outside label right beside the line that links it to the related slice. ...
Score of 0
1 answer
103 views
Is there any way to remove backround on OxyPlot HeatMapSeries?
HeatMapSeries renders all area from X0,Y0 to X1,Y1 by default. Is there any way to avoid rendering points with value double.NaN?
Score of -2
1 answer
174 views
Oxyplot is not printed (blank) when Printing WPF UI which is rescaled to fit on one page using .NET 7
Steps to reproduce
Clone the repo from : https://github.com/supershopping/OxyPlotPrintTest
Run application
Click "Add Data" button
Click "Print" button and select a printer to ...