Skip to content

Commit c0dae74

Browse files
committed
Update ChartLineExample.xaml.cs
1 parent fe7f621 commit c0dae74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/WPFDevelopers.Samples.Shared/ExampleViews/ChartLineExample.xaml.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ public ChartLineExample()
3030
new KeyValuePair<string, double>("Tue", 530),
3131
new KeyValuePair<string, double>("Wed", 1060),
3232
new KeyValuePair<string, double>("Thu", 140),
33-
new KeyValuePair<string, double>("Fri", 8000) ,
33+
new KeyValuePair<string, double>("Fri", 8000.12) ,
3434
new KeyValuePair<string, double>("Sat", 200) ,
3535
new KeyValuePair<string, double>("Sun", 300) ,
3636
};
3737
var models2 = new[]
3838
{
39-
new KeyValuePair<string, double>("(1)月", 120),
40-
new KeyValuePair<string, double>("(2)月", 170),
41-
new KeyValuePair<string, double>("(3)月", 30),
42-
new KeyValuePair<string, double>("(4)月", 200),
43-
new KeyValuePair<string, double>("(5)月", 100) ,
44-
new KeyValuePair<string, double>("(6)月", 180) ,
45-
new KeyValuePair<string, double>("(7)月", 90) ,
39+
new KeyValuePair<string, double>("Bing", 120),
40+
new KeyValuePair<string, double>("Google", 170),
41+
new KeyValuePair<string, double>("Baidu", 30),
42+
new KeyValuePair<string, double>("Github", 200),
43+
new KeyValuePair<string, double>("Stack Overflow", 100) ,
44+
new KeyValuePair<string, double>("Runoob", 180) ,
45+
new KeyValuePair<string, double>("Open AI", 90) ,
4646
};
4747
keyValues.Add("1", models1);
4848
keyValues.Add("2", models2);

0 commit comments

Comments
 (0)