File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ WPF applications may be created using MVVM ([Model–view–viewmodel](https://e
6161
6262** View:** Add a ` ContentControl ` instead of ` WpfPlot ` in the layout
6363``` xml
64- <ContentControl Content ={Binding PlotControl, Mode =OneTime}/>
64+ <ContentControl Content =" {Binding PlotControl, Mode=OneTime}" />
6565```
6666
6767** View Model:** Add a ` PlotControl ` property
@@ -87,4 +87,4 @@ void Plot()
8787
8888* Plot updates would most likely be done as a reaction to an event or modification of an other property.
8989
90- * When to update the plot depends on your use-case. Note that rendering large amounts of data frequently may negatively impact performance.
90+ * When to update the plot depends on your use-case. Note that rendering large amounts of data frequently may negatively impact performance.
You can’t perform that action at this time.
0 commit comments