-
is there an effective way to convert 2019 csproj to 2017 csproj?
-
PS C:\WINDOWS\system32> $datasets = "C:\Program Files\WindowsPowerShell\Modules\oxyplotcli\1.0.5\datasets\"
PS C:\WINDOWS\system32> $diamonds = Import-Csv $datasets\diamonds.csv
PS C:\WINDOWS\system…
-
I am testing the sample ErrorBarSeries in Winform.
I added captions for CategoryAxis. Then I exported SVG images using Oxyplot.
The title of CategoryAxis will overlap with Label,like this
![image](…
-
**Imported from [http://oxyplot.codeplex.com/workitem/10017](http://oxyplot.codeplex.com/workitem/10017)**
**[objo](http://www.codeplex.com/site/users/view/objo)** 2012-11-06 20:08
Create a "tracker …
-
There is no doubt that this is a great project, why is there no organization or community, or Microsoft officially took over this project?
-
### Steps to reproduce
1. Create **WinUI3** desktop application.
2. Install **OxyPlot.WinUI** 0.9.3
3. Create `` and bind it to a `PlotModel` containing a `LineSeries`
4. Run a timer that adds o…
-
### Motivation
Some issues are questions about how to implement certain features with Oxyplot.
### Possible solution
We should move them to stackoverflow or a faq in the forums if the questi…
-
Wanted to collect ideas for future improvements to the plotting/graphing functionality of mzlib
1. decide if we want an Equals() method for Datum
2. For XIC allow for optional (zero filling; not z…
-
Environment:Net Framework 4.0
1. Init PlotView Binding PlotModel
2. Add Button To Add ScatterSeries
`private void btAdd_Click(object sender, RoutedEventArgs e)
{
var tt = …
-
I would like to see a chart, with measurements from previous couple of hours (than i can see a trend, sometimes single measure is corrupted and average gives wrong impression).