Skip to content

Commit

Permalink
Update Wpf XAML example
Browse files Browse the repository at this point in the history
  • Loading branch information
objorke committed Oct 17, 2015
1 parent e389e91 commit 7df019e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions getting-started/hello-wpf-xaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ Define the namespace in the ``Window`` element, set the ``DataContext`` and add
<local:MainViewModel/>
</Window.DataContext>
<Grid>
<oxy:PlotView Title="{Binding Title}">
<oxy:PlotView.Series>
<oxy:Plot Title="{Binding Title}">
<oxy:Plot.Series>
<oxy:LineSeries ItemsSource="{Binding Points}"/>
</oxy:PlotView.Series>
</oxy:PlotView>
</oxy:Plot.Series>
</oxy:Plot>
</Grid>
</Window>

Expand Down

0 comments on commit 7df019e

Please sign in to comment.