- dotNet Core 3.1
Add Package Reference to OxyPlot.Core
Add OxyPlot.Blazor
library
add script reference to _Host.cshtml
after <app></app>
tag
<script src="_content/OxyPlot.Blazor/OxyPlot.Blazor.js"></script>
@using OxyPlot.Blazor
<BlazorPlotView Width="100%" Height="300px" Model="_model1" />
@code {
IPlotModel _model = ... // some model
}
- No keyboard binding
- Images anoations don't work yet (I do not understand that, they are just not visible)
- Tracker is an extra
<div/>
- not pretty, only shown, when ParameterTrackerEnabled
is set to true