Files
OxyPlot/Source/Examples/WPF/WpfExamples/Examples/MemoryTest/Window1.xaml
2023-09-02 09:24:59 +02:00

9 lines
367 B
XML

<Window x:Class="MemoryTest.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:oxy="clr-namespace:OxyPlot.Wpf;assembly=OxyPlot.Wpf" Title="Window1" Height="300" Width="300">
<Grid>
<oxy:PlotView Model="{Binding Model}"/>
</Grid>
</Window>