562 questions
1
vote
1
answer
41
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 ...
0
votes
0
answers
28
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 ...
0
votes
1
answer
111
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:/...
0
votes
1
answer
416
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:
<...
-1
votes
2
answers
218
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 :
<...
-1
votes
1
answer
448
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.
...
-1
votes
1
answer
163
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 ...
1
vote
0
answers
763
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 ...
0
votes
2
answers
129
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 ...
-1
votes
1
answer
131
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/...
0
votes
0
answers
843
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 ...
1
vote
1
answer
162
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)&...
1
vote
0
answers
264
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. ...
0
votes
1
answer
100
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?
-2
votes
1
answer
171
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 ...