oxyplot-avalonia icon indicating copy to clipboard operation
oxyplot-avalonia copied to clipboard

A cross-platform plotting library for .NET. This package targets Avalonia apps.

Results 14 oxyplot-avalonia issues
Sort by recently updated
recently updated
newest added

``` Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:vm="using:AvaloniaApplication1.ViewModels" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:views="clr-namespace:AvaloniaApplication1.Views" xmlns:oxy="using:OxyPlot.Avalonia" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="AvaloniaApplication1.Views.MainWindow" Icon="/Assets/avalonia-logo.ico" Title="AvaloniaApplication1">

Is Avalonia11 supported?

Hello everyone. I have a problem with using of Oxyplot.Avalonia. The previewer is not able to render the window defined in .axaml file. This happens in original solution downloaded from...

This adds two new `PlotView`s that can be used as a direct replacement of the existing `OxyPlot.Avalonia.PlotView`: - `OxyPlot.SkiaSharp.Avalonia.PlotView` - `OxyPlot.SkiaSharp.Avalonia.DoubleBuffered.PlotView` Both of the new `PlotView`s use `OxyPlot.SkiaSharp` for rendering...