Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
swdev:dotnet:wpf:charting [2010/11/16 15:50]
smayr
swdev:dotnet:wpf:charting [2010/11/16 15:55] (current)
smayr
Line 20: Line 20:
     <Grid>     <Grid>
         <Grid>         <Grid>
-            <WindowsFormsHost> +            <WindowsFormsHost Width="300" Height="200" Background="WhiteSmoke"
-                <charting:Chart x:Name="chart1" BackColor="WhiteSmoke" Height="100" Width="200" />+                <charting:Chart x:Name="chart1" />
             </WindowsFormsHost>             </WindowsFormsHost>
         </Grid>         </Grid>