<Window x:Class="FLY.Thick.Blowing.UI.Fix.Server.WindowSavePic" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Chr="clr-namespace:System.Windows.Forms.DataVisualization.Charting;assembly=System.Windows.Forms.DataVisualization" Title="WindowSavePic" > <Grid> <WindowsFormsHost Background="Black" Width="1024" Height="250"> <Chr:Chart x:Name="chart1" Width="1024" Height="250"/> </WindowsFormsHost> </Grid> </Window>