SSPC-Tester/SSPCTester.UI/Controls/CurvePlotControl.xaml

11 lines
559 B
Plaintext
Raw Normal View History

<UserControl x:Class="SSPCTester.UI.Controls.CurvePlotControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sp="clr-namespace:ScottPlot.WPF;assembly=ScottPlot.WPF"
MinHeight="120"
Background="{StaticResource WaveBgBrush}">
<Border BorderBrush="{StaticResource BorderSubtleBrush}" BorderThickness="1" CornerRadius="{StaticResource RadiusMd}">
<sp:WpfPlot x:Name="Plot" />
</Border>
</UserControl>