laatzen/Common/CordoPlot/GridCopy.xaml
roland.drabesch@xyleminc.com 71f3909c84 cordo plot
2026-02-10 09:25:09 +01:00

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>