<UserControl x:Class="FLY.Thick.Blowing.UI.UiModule.PolarChart" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" d:DesignHeight="315" d:DesignWidth="430" Loaded="UserControl_Loaded"> <Viewbox> <Canvas x:Name="LayoutRoot" Width="600" Height="600" /> </Viewbox> </UserControl>