9 lines
367 B
XML
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>
|