<Window x:Class="KinectSampleWPF.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d3="http://research.microsoft.com/DynamicDataDisplay/1.0"
        Title="MainWindow" Height="868" Width="1297" Loaded="Window_Loaded" Background="White">
  <Grid>
    <d3:ChartPlotter Grid.Column="1" Name="plotter" Margin="202,507,846,116">
    </d3:ChartPlotter>
  </Grid>
</Window>