We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1bacd commit e1ca350Copy full SHA for e1ca350
maui-toolkit/Cartesian-Charts/EmptyPoints.md
@@ -17,7 +17,7 @@ The data collection that is passed to the chart can have NaN or Null values that
17
18
{% highlight C# %}
19
20
-ProductSales = new ObservableCollection<Model>();
+ ProductSales = new ObservableCollection<Model>();
21
ProductSales.Add(new Model() { Product = "Electronics", Sales = 60 });
22
ProductSales.Add(new Model() { Product = "Clothing", Sales = 40 });
23
ProductSales.Add(new Model() { Product = "Groceries", Sales = double.NaN });
0 commit comments