14 lines
606 B
XML
14 lines
606 B
XML
<Window x:Class="CordoPlot.GridCopy"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:ScottPlot="clr-namespace:ScottPlot.WPF;assembly=ScottPlot.WPF"
|
|
xmlns:local="clr-namespace:CordoPlot"
|
|
mc:Ignorable="d"
|
|
Title="GridCopy" Height="450" Width="800">
|
|
<Grid>
|
|
<ScottPlot:WpfPlot x:Name="WpfPlot1" />
|
|
</Grid>
|
|
</Window>
|