SSPC-Tester/SSPCTester.UI/Controls/CurvePlotControl.xaml
2026-06-30 12:10:29 +08:00

11 lines
559 B
XML

<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>