We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdc1f2 commit 52e4d2eCopy full SHA for 52e4d2e
1 file changed
README.md
@@ -111,7 +111,8 @@ public class ChartViewModel
111
112
Create a `ViewModel` instance and set it as the chart's `BindingContext`. This enables property binding from `ViewModel` class.
113
114
-N> Add the namespace of `ViewModel` class to your XAML Page, if you prefer to set `BindingContext` in XAML.
+> **_Note:_**
115
+Add the namespace of `ViewModel` class to your XAML Page, if you prefer to set `BindingContext` in XAML.
116
117
**[XAML]**
118
```
0 commit comments