diff --git a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/WorldStats.cs b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/WorldStats.cs
index 58645aee9..794deb1d7 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/WorldStats.cs
+++ b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/WorldStats.cs
@@ -45,7 +45,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"PHL", Short = @"PH", Name = @"Philippines", Continent = @"Asia", Population = 104256076, GdpTotal = 801900, Economy = @"Emerging", Region = @"Eastern Asia", Status = @"Country", X = 121.4, Y = 16.78, GdpPerPerson = 7692, Rank = 13, Unemployment = 7, OilProduction = 0, BirthRate = 26, MedianAge = 22, Electricity = 53670, Televisions = 3700000, PublicDebt = 56, Internet = 5300000 });
this.Add(new WorldStatsItem() { Code = @"EGY", Short = @"EG", Name = @"Egypt", Continent = @"Africa", Population = 97041072, GdpTotal = 1105000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 30.787, Y = 26.825, GdpPerPerson = 11387, Rank = 14, Unemployment = 9, OilProduction = 665000, BirthRate = 22, MedianAge = 25, Electricity = 102500, Televisions = 7700000, PublicDebt = 106, Internet = 8620000 });
this.Add(new WorldStatsItem() { Code = @"VNM", Short = @"VN", Name = @"Vietnam", Continent = @"Asia", Population = 96160163, GdpTotal = 594900, Economy = @"Emerging", Region = @"Eastern Asia", Status = @"Country", X = 108.46, Y = 13.711, GdpPerPerson = 6187, Rank = 15, Unemployment = 4, OilProduction = 324000, BirthRate = 16, MedianAge = 27, Electricity = 59010, Televisions = 3570000, PublicDebt = 42, Internet = 17870000 });
- this.Add(new WorldStatsItem() { Code = @"COD", Short = @"CD", Name = @"Dem. Rep. Congo", Continent = @"Africa", Population = 83301151, GdpTotal = 66010, Economy = @"Least Developed", Region = @"Middle Africa", Status = @"Country", X = 21.738, Y = -4.071, GdpPerPerson = 792, Rank = 16, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 41, Electricity = 48913, Televisions = 55942436, PublicDebt = 16, Internet = 8903936 });
+ this.Add(new WorldStatsItem() { Code = @"COD", Short = @"CD", Name = @"DR Congo", Continent = @"Africa", Population = 83301151, GdpTotal = 66010, Economy = @"Least Developed", Region = @"Middle Africa", Status = @"Country", X = 21.738, Y = -4.071, GdpPerPerson = 792, Rank = 16, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 41, Electricity = 48913, Televisions = 55942436, PublicDebt = 16, Internet = 8903936 });
this.Add(new WorldStatsItem() { Code = @"IRN", Short = @"IR", Name = @"Iran", Continent = @"Asia", Population = 82021564, GdpTotal = 1459000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 53.664, Y = 32.435, GdpPerPerson = 17788, Rank = 17, Unemployment = 12, OilProduction = 3956000, BirthRate = 17, MedianAge = 26, Electricity = 170400, Televisions = 4610000, PublicDebt = 17, Internet = 23000000 });
this.Add(new WorldStatsItem() { Code = @"TUR", Short = @"TR", Name = @"Turkey", Continent = @"Asia", Population = 80845215, GdpTotal = 1670000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 35.243, Y = 38.962, GdpPerPerson = 20657, Rank = 18, Unemployment = 10, OilProduction = 45460, BirthRate = 16, MedianAge = 29, Electricity = 154200, Televisions = 20900000, PublicDebt = 39, Internet = 13150000 });
this.Add(new WorldStatsItem() { Code = @"DEU", Short = @"DE", Name = @"Germany", Continent = @"Europe", Population = 80594017, GdpTotal = 3979000, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 11.43, Y = 52.237, GdpPerPerson = 49371, Rank = 19, Unemployment = 9, OilProduction = 141700, BirthRate = 8, MedianAge = 43, Electricity = 579400, Televisions = 51400000, PublicDebt = 65, Internet = 42500000 });
@@ -65,6 +65,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"DZA", Short = @"DZ", Name = @"Algeria", Continent = @"Africa", Population = 40969443, GdpTotal = 609400, Economy = @"Developing", Region = @"Northern Africa", Status = @"Country", X = 1.642, Y = 28.04, GdpPerPerson = 14875, Rank = 33, Unemployment = 12, OilProduction = 1358000, BirthRate = 17, MedianAge = 26, Electricity = 31910, Televisions = 3100000, PublicDebt = 18, Internet = 3500000 });
this.Add(new WorldStatsItem() { Code = @"UGA", Short = @"UG", Name = @"Uganda", Continent = @"Africa", Population = 39570125, GdpTotal = 84930, Economy = @"Least Developed", Region = @"Eastern Africa", Status = @"Country", X = 32.27, Y = 1.375, GdpPerPerson = 2146, Rank = 34, Unemployment = 10, OilProduction = 1, BirthRate = 10, MedianAge = 32, Electricity = 35388, Televisions = 27867123, PublicDebt = 21, Internet = 2000000 });
this.Add(new WorldStatsItem() { Code = @"IRQ", Short = @"IQ", Name = @"Iraq", Continent = @"Asia", Population = 39192111, GdpTotal = 596700, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 43.66, Y = 33.218, GdpPerPerson = 15225, Rank = 35, Unemployment = 6, OilProduction = 0, BirthRate = 20, MedianAge = 44, Electricity = 48545, Televisions = 13178804, PublicDebt = 40, Internet = 9538092 });
+ this.Add(new WorldStatsItem() { Code = @"KUR", Short = @"KU", Name = @"Kurdistan", Continent = @"Asia", Population = 6370668, GdpTotal = 66000, Economy = @"Developing", Region = @"Middle East", Status = @"Dependency", X = 43.6, Y = 36.05, GdpPerPerson = 10360, Rank = 241, Unemployment = 8, OilProduction = 4, BirthRate = 22, MedianAge = 46, Electricity = 49545, Televisions = 3178804, PublicDebt = 35, Internet = 2178804 });
this.Add(new WorldStatsItem() { Code = @"POL", Short = @"PL", Name = @"Poland", Continent = @"Europe", Population = 38476269, GdpTotal = 1052000, Economy = @"Developed", Region = @"Eastern Europe", Status = @"Country", X = 20.073, Y = 52.374, GdpPerPerson = 27342, Rank = 36, Unemployment = 13, OilProduction = 0, BirthRate = 10, MedianAge = 38, Electricity = 146200, Televisions = 13050000, PublicDebt = 43, Internet = 16000000 });
this.Add(new WorldStatsItem() { Code = @"SDN", Short = @"SD", Name = @"Sudan", Continent = @"Africa", Population = 37345935, GdpTotal = 176300, Economy = @"Developing", Region = @"Northern Africa", Status = @"Country", X = 30.217, Y = 15.434, GdpPerPerson = 4721, Rank = 37, Unemployment = 19, OilProduction = 484500, BirthRate = 34, MedianAge = 19, Electricity = 3944, Televisions = 2380000, PublicDebt = 106, Internet = 1500000 });
this.Add(new WorldStatsItem() { Code = @"CAN", Short = @"CA", Name = @"Canada", Continent = @"North America", Population = 35623680, GdpTotal = 1674000, Economy = @"Developed", Region = @"Northern America", Status = @"Country", X = -108, Y = 55.855, GdpPerPerson = 46991, Rank = 38, Unemployment = 6, OilProduction = 3310000, BirthRate = 10, MedianAge = 40, Electricity = 609600, Televisions = 21500000, PublicDebt = 64, Internet = 28000000 });
@@ -151,7 +152,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"TKM", Short = @"TM", Name = @"Turkmenistan", Continent = @"Asia", Population = 5351277, GdpTotal = 94720, Economy = @"Developing", Region = @"Central Asia", Status = @"Country", X = 59.562, Y = 38.975, GdpPerPerson = 17700, Rank = 119, Unemployment = 11, OilProduction = 4, BirthRate = 11, MedianAge = 43, Electricity = 91281, Televisions = 2935468, PublicDebt = 17, Internet = 3203210 });
this.Add(new WorldStatsItem() { Code = @"NOR", Short = @"NO", Name = @"Norway", Continent = @"Europe", Population = 5320045, GdpTotal = 364700, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = 9.66, Y = 60.712, GdpPerPerson = 68552, Rank = 120, Unemployment = 3, OilProduction = 2560000, BirthRate = 11, MedianAge = 39, Electricity = 135800, Televisions = 2030000, PublicDebt = 83, Internet = 3800000 });
this.Add(new WorldStatsItem() { Code = @"IRL", Short = @"IE", Name = @"Ireland", Continent = @"Europe", Population = 5011102, GdpTotal = 322000, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = -8.209, Y = 53.42, GdpPerPerson = 64257, Rank = 121, Unemployment = 5, OilProduction = 0, BirthRate = 14, MedianAge = 35, Electricity = 24130, Televisions = 1820000, PublicDebt = 25, Internet = 1708000 });
- this.Add(new WorldStatsItem() { Code = @"COG", Short = @"CG", Name = @"Congo", Continent = @"Africa", Population = 4954674, GdpTotal = 30270, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 16.264, Y = -0.07, GdpPerPerson = 6109, Rank = 122, Unemployment = 13, OilProduction = 4, BirthRate = 11, MedianAge = 52, Electricity = 83556, Televisions = 1560800, PublicDebt = 6, Internet = 2650237 });
+ this.Add(new WorldStatsItem() { Code = @"COG", Short = @"CG", Name = @"Congo Republic", Continent = @"Africa", Population = 4954674, GdpTotal = 30270, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 16.264, Y = -0.07, GdpPerPerson = 6109, Rank = 122, Unemployment = 13, OilProduction = 4, BirthRate = 11, MedianAge = 52, Electricity = 83556, Televisions = 1560800, PublicDebt = 6, Internet = 2650237 });
this.Add(new WorldStatsItem() { Code = @"CRI", Short = @"CR", Name = @"Costa Rica", Continent = @"North America", Population = 4930258, GdpTotal = 79260, Economy = @"Emerging", Region = @"Central America", Status = @"Country", X = -83.91, Y = 9.92, GdpPerPerson = 16076, Rank = 123, Unemployment = 5, OilProduction = 0, BirthRate = 18, MedianAge = 27, Electricity = 8349, Televisions = 525000, PublicDebt = 47, Internet = 1500000 });
this.Add(new WorldStatsItem() { Code = @"GEO", Short = @"GE", Name = @"Georgia", Continent = @"Asia", Population = 4926330, GdpTotal = 37270, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 43.257, Y = 42.162, GdpPerPerson = 7565, Rank = 124, Unemployment = 15, OilProduction = 5, BirthRate = 10, MedianAge = 43, Electricity = 44936, Televisions = 2728128, PublicDebt = 29, Internet = 3844448 });
this.Add(new WorldStatsItem() { Code = @"LBR", Short = @"LR", Name = @"Liberia", Continent = @"Africa", Population = 4689021, GdpTotal = 3881, Economy = @"Least Developed", Region = @"Western Africa", Status = @"Country", X = -9.454, Y = 6.445, GdpPerPerson = 828, Rank = 125, Unemployment = 4, OilProduction = 0, BirthRate = 8, MedianAge = 35, Electricity = 89626, Televisions = 3065112, PublicDebt = 38, Internet = 1475304 });
@@ -180,7 +181,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"SVN", Short = @"SI", Name = @"Slovenia", Continent = @"Europe", Population = 1972126, GdpTotal = 68350, Economy = @"Developed", Region = @"Southern Europe", Status = @"Country", X = 14.947, Y = 46.146, GdpPerPerson = 34658, Rank = 148, Unemployment = 8, OilProduction = 5, BirthRate = 9, MedianAge = 41, Electricity = 14900, Televisions = 710000, PublicDebt = 24, Internet = 1300000 });
this.Add(new WorldStatsItem() { Code = @"LSO", Short = @"LS", Name = @"Lesotho", Continent = @"Africa", Population = 1958042, GdpTotal = 6019, Economy = @"Least Developed", Region = @"Southern Africa", Status = @"Country", X = 28.221, Y = -29.61, GdpPerPerson = 3074, Rank = 149, Unemployment = 12, OilProduction = 2, BirthRate = 8, MedianAge = 32, Electricity = 20229, Televisions = 1457517, PublicDebt = 14, Internet = 1375222 });
this.Add(new WorldStatsItem() { Code = @"LVA", Short = @"LV", Name = @"Latvia", Continent = @"Europe", Population = 1944643, GdpTotal = 50650, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = 26.505, Y = 56.755, GdpPerPerson = 26046, Rank = 150, Unemployment = 6, OilProduction = 0, BirthRate = 10, MedianAge = 40, Electricity = 4778, Televisions = 1220000, PublicDebt = 7, Internet = 1770000 });
- this.Add(new WorldStatsItem() { Code = @"RKS", Short = @"RS", Name = @"Kosovo", Continent = @"Europe", Population = 1895250, GdpTotal = 18490, Economy = @"Developing", Region = @"Southern Europe", Status = @"Country", X = 20.891, Y = 42.557, GdpPerPerson = 9756, Rank = 151, Unemployment = 12, OilProduction = 0, BirthRate = 8, MedianAge = 55, Electricity = 14878, Televisions = 1287863, PublicDebt = 20, Internet = 1422193 });
+ this.Add(new WorldStatsItem() { Code = @"RKS", Short = @"XK", Name = @"Kosovo", Continent = @"Europe", Population = 1895250, GdpTotal = 18490, Economy = @"Developing", Region = @"Southern Europe", Status = @"Country", X = 20.891, Y = 42.557, GdpPerPerson = 9756, Rank = 151, Unemployment = 12, OilProduction = 0, BirthRate = 8, MedianAge = 55, Electricity = 14878, Televisions = 1287863, PublicDebt = 20, Internet = 1422193 });
this.Add(new WorldStatsItem() { Code = @"GNB", Short = @"GW", Name = @"Guinea-Bissau", Continent = @"Africa", Population = 1792338, GdpTotal = 2851, Economy = @"Least Developed", Region = @"Western Africa", Status = @"Country", X = -14.59, Y = 11.942, GdpPerPerson = 1591, Rank = 152, Unemployment = 5, OilProduction = 5, BirthRate = 5, MedianAge = 55, Electricity = 74684, Televisions = 1427462, PublicDebt = 8, Internet = 365000 });
this.Add(new WorldStatsItem() { Code = @"GAB", Short = @"GA", Name = @"Gabon", Continent = @"Africa", Population = 1772255, GdpTotal = 35980, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 11.592, Y = -0.807, GdpPerPerson = 20302, Rank = 153, Unemployment = 21, OilProduction = 240000, BirthRate = 36, MedianAge = 19, Electricity = 1520, Televisions = 63000, PublicDebt = 53, Internet = 145000 });
this.Add(new WorldStatsItem() { Code = @"SWZ", Short = @"SZ", Name = @"Eswatini", Continent = @"Africa", Population = 1467152, GdpTotal = 11060, Economy = @"Developing", Region = @"Southern Africa", Status = @"Country", X = 31.45, Y = -26.52, GdpPerPerson = 7538, Rank = 154, Unemployment = 6, OilProduction = 3, BirthRate = 17, MedianAge = 39, Electricity = 72804, Televisions = 229393, PublicDebt = 5, Internet = 427760 });
@@ -215,7 +216,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"MYT", Short = @"YT", Name = @"Mayotte", Continent = @"Africa", Population = 320901, GdpTotal = 2932, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = 45.14, Y = -12.84, GdpPerPerson = 9137, Rank = 183, Unemployment = 35, OilProduction = 0, BirthRate = 46, MedianAge = 50, Electricity = 1604505, Televisions = 256721, PublicDebt = 29, Internet = 192541 });
this.Add(new WorldStatsItem() { Code = @"GUF", Short = @"GF", Name = @"French Guiana", Continent = @"South America", Population = 296161, GdpTotal = 4562, Economy = @"Developed", Region = @"South America", Status = @"Dependency", X = -53.13, Y = 3.893, GdpPerPerson = 4386, Rank = 184, Unemployment = 3, OilProduction = 0, BirthRate = 15, MedianAge = 55, Electricity = 73845, Televisions = 147489, PublicDebt = 35, Internet = 209593 });
this.Add(new WorldStatsItem() { Code = @"BRB", Short = @"BB", Name = @"Barbados", Continent = @"North America", Population = 292336, GdpTotal = 4804, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -59.53, Y = 13.19, GdpPerPerson = 16433, Rank = 186, Unemployment = 8, OilProduction = 3, BirthRate = 21, MedianAge = 51, Electricity = 28728, Televisions = 173392, PublicDebt = 12, Internet = 73593 });
- this.Add(new WorldStatsItem() { Code = @"PYF", Short = @"PF", Name = @"Fr. Polynesia", Continent = @"Oceania", Population = 287881, GdpTotal = 5490, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -143.9, Y = -14.82, GdpPerPerson = 19070, Rank = 187, Unemployment = 1, OilProduction = 4, BirthRate = 6, MedianAge = 45, Electricity = 46206, Televisions = 43757, PublicDebt = 12, Internet = 172560 });
+ this.Add(new WorldStatsItem() { Code = @"PYF", Short = @"PF", Name = @"French Polynesia", Continent = @"Oceania", Population = 287881, GdpTotal = 5490, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -143.9, Y = -14.82, GdpPerPerson = 19070, Rank = 187, Unemployment = 1, OilProduction = 4, BirthRate = 6, MedianAge = 45, Electricity = 46206, Televisions = 43757, PublicDebt = 12, Internet = 172560 });
this.Add(new WorldStatsItem() { Code = @"VUT", Short = @"VU", Name = @"Vanuatu", Continent = @"Oceania", Population = 282814, GdpTotal = 723, Economy = @"Least Developed", Region = @"Melanesia", Status = @"Country", X = 168.21, Y = -16.97, GdpPerPerson = 2556, Rank = 188, Unemployment = 11, OilProduction = 4, BirthRate = 17, MedianAge = 39, Electricity = 50581, Televisions = 187584, PublicDebt = 42, Internet = 223352 });
this.Add(new WorldStatsItem() { Code = @"NCL", Short = @"NC", Name = @"New Caledonia", Continent = @"Oceania", Population = 279070, GdpTotal = 10770, Economy = @"Developing", Region = @"Melanesia", Status = @"Dependency", X = 165.26, Y = -21.09, GdpPerPerson = 38592, Rank = 189, Unemployment = 10, OilProduction = 3, BirthRate = 6, MedianAge = 49, Electricity = 18361, Televisions = 79923, PublicDebt = 45, Internet = 149003 });
this.Add(new WorldStatsItem() { Code = @"NCP", Short = @"XC", Name = @"Northern Cyprus", Continent = @"Asia", Population = 265100, GdpTotal = 3600, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 33.714, Y = 35.257, GdpPerPerson = 13580, Rank = 190, Unemployment = 4, OilProduction = 5, BirthRate = 25, MedianAge = 51, Electricity = 84000, Televisions = 135551, PublicDebt = 30, Internet = 167480 });
@@ -227,10 +228,10 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"ABW", Short = @"AW", Name = @"Aruba", Continent = @"North America", Population = 115120, GdpTotal = 2516, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -69.98, Y = 12.519, GdpPerPerson = 21855, Rank = 196, Unemployment = 7, OilProduction = 2356, BirthRate = 13, MedianAge = 38, Electricity = 770, Televisions = 20000, PublicDebt = 46, Internet = 24000 });
this.Add(new WorldStatsItem() { Code = @"GRD", Short = @"GD", Name = @"Grenada", Continent = @"North America", Population = 111724, GdpTotal = 1511, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.69, Y = 12.123, GdpPerPerson = 13524, Rank = 197, Unemployment = 10, OilProduction = 0, BirthRate = 10, MedianAge = 50, Electricity = 4992, Televisions = 58674, PublicDebt = 42, Internet = 33132 });
this.Add(new WorldStatsItem() { Code = @"KIR", Short = @"KI", Name = @"Kiribati", Continent = @"Oceania", Population = 108145, GdpTotal = 211, Economy = @"Least Developed", Region = @"Micronesia", Status = @"Country", X = -157.333, Y = 1.884, GdpPerPerson = 1951, Rank = 198, Unemployment = 13, OilProduction = 4, BirthRate = 9, MedianAge = 52, Electricity = 37081, Televisions = 52395, PublicDebt = 40, Internet = 36620 });
- this.Add(new WorldStatsItem() { Code = @"VIR", Short = @"VI", Name = @"U.S. Virgin Island", Continent = @"North America", Population = 107268, GdpTotal = 3792, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -64.77, Y = 17.77, GdpPerPerson = 35351, Rank = 199, Unemployment = 11, OilProduction = 2, BirthRate = 12, MedianAge = 38, Electricity = 13387, Televisions = 77187, PublicDebt = 43, Internet = 40836 });
+ this.Add(new WorldStatsItem() { Code = @"VIR", Short = @"VI", Name = @"US Virgin Islands", Continent = @"North America", Population = 107268, GdpTotal = 3792, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -64.77, Y = 17.77, GdpPerPerson = 35351, Rank = 199, Unemployment = 11, OilProduction = 2, BirthRate = 12, MedianAge = 38, Electricity = 13387, Televisions = 77187, PublicDebt = 43, Internet = 40836 });
this.Add(new WorldStatsItem() { Code = @"TON", Short = @"TO", Name = @"Tonga", Continent = @"Oceania", Population = 106479, GdpTotal = 557, Economy = @"Developing", Region = @"Polynesia", Status = @"Country", X = -173.9, Y = -18.62, GdpPerPerson = 5231, Rank = 200, Unemployment = 4, OilProduction = 4, BirthRate = 5, MedianAge = 33, Electricity = 88735, Televisions = 30257, PublicDebt = 25, Internet = 71756 });
this.Add(new WorldStatsItem() { Code = @"FSM", Short = @"FM", Name = @"Micronesia", Continent = @"Oceania", Population = 104196, GdpTotal = 314, Economy = @"Developing", Region = @"Micronesia", Status = @"Country", X = 150.52, Y = 7.435, GdpPerPerson = 3014, Rank = 201, Unemployment = 9, OilProduction = 5, BirthRate = 5, MedianAge = 38, Electricity = 39068, Televisions = 45396, PublicDebt = 40, Internet = 29169 });
- this.Add(new WorldStatsItem() { Code = @"VCT", Short = @"VC", Name = @"St. Vincent and Grenadines", Continent = @"North America", Population = 102089, GdpTotal = 1241, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.17, Y = 13.239, GdpPerPerson = 12156, Rank = 202, Unemployment = 10, OilProduction = 5, BirthRate = 7, MedianAge = 30, Electricity = 39467, Televisions = 42804, PublicDebt = 9, Internet = 66754 });
+ this.Add(new WorldStatsItem() { Code = @"VCT", Short = @"VC", Name = @"St. Vincent", Continent = @"North America", Population = 102089, GdpTotal = 1241, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.17, Y = 13.239, GdpPerPerson = 12156, Rank = 202, Unemployment = 10, OilProduction = 5, BirthRate = 7, MedianAge = 30, Electricity = 39467, Televisions = 42804, PublicDebt = 9, Internet = 66754 });
this.Add(new WorldStatsItem() { Code = @"JEY", Short = @"JE", Name = @"Jersey", Continent = @"Europe", Population = 98840, GdpTotal = 5080, Economy = @"Developed", Region = @"Northern Europe", Status = @"Territory", X = -2.123, Y = 49.218, GdpPerPerson = 51396, Rank = 203, Unemployment = 4, OilProduction = 1, BirthRate = 18, MedianAge = 30, Electricity = 64261, Televisions = 52453, PublicDebt = 34, Internet = 3026 });
this.Add(new WorldStatsItem() { Code = @"ATG", Short = @"AG", Name = @"Antigua and Barbuda", Continent = @"North America", Population = 94731, GdpTotal = 2171, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.79, Y = 17.096, GdpPerPerson = 22918, Rank = 204, Unemployment = 3, OilProduction = 1, BirthRate = 5, MedianAge = 36, Electricity = 35849, Televisions = 75384, PublicDebt = 32, Internet = 6170 });
this.Add(new WorldStatsItem() { Code = @"SYC", Short = @"SC", Name = @"Seychelles", Continent = @"Africa", Population = 93920, GdpTotal = 2608, Economy = @"Developing", Region = @"Eastern Africa", Status = @"Country", X = 55.463, Y = -4.672, GdpPerPerson = 27768, Rank = 205, Unemployment = 2, OilProduction = 0, BirthRate = 16, MedianAge = 29, Electricity = 252, Televisions = 11000, PublicDebt = 92, Internet = 32000 });
@@ -244,7 +245,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"GRL", Short = @"GL", Name = @"Greenland", Continent = @"North America", Population = 57713, GdpTotal = 2173, Economy = @"Developed", Region = @"Northern America", Status = @"Dependency", X = -42.12, Y = 69.547, GdpPerPerson = 37652, Rank = 213, Unemployment = 7, OilProduction = 5, BirthRate = 19, MedianAge = 42, Electricity = 86090, Televisions = 43741, PublicDebt = 42, Internet = 11423 });
this.Add(new WorldStatsItem() { Code = @"KNA", Short = @"KN", Name = @"St. Kitts and Nevis", Continent = @"North America", Population = 52715, GdpTotal = 1427, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -62.77, Y = 17.351, GdpPerPerson = 27070, Rank = 214, Unemployment = 5, OilProduction = 2, BirthRate = 18, MedianAge = 40, Electricity = 65438, Televisions = 17719, PublicDebt = 11, Internet = 8543 });
this.Add(new WorldStatsItem() { Code = @"TCA", Short = @"TC", Name = @"Turks and Caicos Island", Continent = @"North America", Population = 52570, GdpTotal = 632, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -71.96, Y = 21.913, GdpPerPerson = 12022, Rank = 215, Unemployment = 6, OilProduction = 0, BirthRate = 13, MedianAge = 42, Electricity = 51325, Televisions = 13109, PublicDebt = 13, Internet = 24564 });
- this.Add(new WorldStatsItem() { Code = @"MNP", Short = @"MP", Name = @"N. Mariana Island", Continent = @"Oceania", Population = 52263, GdpTotal = 682, Economy = @"Developing", Region = @"Micronesia", Status = @"Dependency", X = 145.49, Y = 16.459, GdpPerPerson = 13049, Rank = 216, Unemployment = 10, OilProduction = 1, BirthRate = 9, MedianAge = 46, Electricity = 87386, Televisions = 13049, PublicDebt = 20, Internet = 5484 });
+ this.Add(new WorldStatsItem() { Code = @"MNP", Short = @"MP", Name = @"Northern Mariana Islands", Continent = @"Oceania", Population = 52263, GdpTotal = 682, Economy = @"Developing", Region = @"Micronesia", Status = @"Dependency", X = 145.49, Y = 16.459, GdpPerPerson = 13049, Rank = 216, Unemployment = 10, OilProduction = 1, BirthRate = 9, MedianAge = 46, Electricity = 87386, Televisions = 13049, PublicDebt = 20, Internet = 5484 });
this.Add(new WorldStatsItem() { Code = @"ASM", Short = @"AS", Name = @"American Samoa", Continent = @"Oceania", Population = 51504, GdpTotal = 711, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -170.6, Y = -14.3, GdpPerPerson = 13805, Rank = 217, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 42, Electricity = 65918, Televisions = 18802, PublicDebt = 23, Internet = 14691 });
this.Add(new WorldStatsItem() { Code = @"FRO", Short = @"FO", Name = @"Faeroe Island", Continent = @"Europe", Population = 50730, GdpTotal = 2001, Economy = @"Developed", Region = @"Northern Europe", Status = @"Dependency", X = -6.857, Y = 62.178, GdpPerPerson = 39444, Rank = 218, Unemployment = 15, OilProduction = 2, BirthRate = 11, MedianAge = 46, Electricity = 55029, Televisions = 11762, PublicDebt = 13, Internet = 2412 });
this.Add(new WorldStatsItem() { Code = @"SXM", Short = @"SX", Name = @"Sint Maarten", Continent = @"North America", Population = 42083, GdpTotal = 366, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -63.06, Y = 18.044, GdpPerPerson = 8697, Rank = 219, Unemployment = 14, OilProduction = 4, BirthRate = 19, MedianAge = 50, Electricity = 17166, Televisions = 8474, PublicDebt = 33, Internet = 14309 });
@@ -270,6 +271,6 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"FLK", Short = @"FK", Name = @"Falkland Island", Continent = @"South America", Population = 2931, GdpTotal = 282, Economy = @"Developed", Region = @"South America", Status = @"Dependency", X = -59.46, Y = -51.78, GdpPerPerson = 96213, Rank = 239, Unemployment = 3, OilProduction = 5, BirthRate = 9, MedianAge = 36, Electricity = 68007, Televisions = 1489, PublicDebt = 22, Internet = 1335 });
this.Add(new WorldStatsItem() { Code = @"NFK", Short = @"NF", Name = @"Norfolk Island", Continent = @"Oceania", Population = 2210, GdpTotal = 33, Economy = @"Developing", Region = @"Australia", Status = @"Dependency", X = 167.94, Y = -29.05, GdpPerPerson = 14932, Rank = 240, Unemployment = 1, OilProduction = 0, BirthRate = 15, MedianAge = 46, Electricity = 91943, Televisions = 583, PublicDebt = 41, Internet = 1183 });
this.Add(new WorldStatsItem() { Code = @"NIU", Short = @"NU", Name = @"Niue", Continent = @"Oceania", Population = 1626, GdpTotal = 10, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -169.8, Y = -19.05, GdpPerPerson = 6150, Rank = 241, Unemployment = 15, OilProduction = 4, BirthRate = 17, MedianAge = 51, Electricity = 16785, Televisions = 585, PublicDebt = 31, Internet = 1247 });
- this.Add(new WorldStatsItem() { Code = @"VAT", Short = @"VT", Name = @"Vatican", Continent = @"Europe", Population = 771, GdpTotal = 15, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 12.433, Y = 41.902, GdpPerPerson = 19450, Rank = 242, Unemployment = 0, OilProduction = 0, BirthRate = 0, MedianAge = 55, Electricity = 771, Televisions = 100, PublicDebt = 0, Internet = 771 });
+ this.Add(new WorldStatsItem() { Code = @"VAT", Short = @"VA", Name = @"Vatican", Continent = @"Europe", Population = 771, GdpTotal = 15, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 12.433, Y = 41.902, GdpPerPerson = 19450, Rank = 242, Unemployment = 0, OilProduction = 0, BirthRate = 0, MedianAge = 55, Electricity = 771, Televisions = 100, PublicDebt = 0, Internet = 771 });
}
}
diff --git a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/CountryStatsAfrica.cs b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/CountryStatsAfrica.cs
index 4bdb8b72a..2e74d69d1 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/CountryStatsAfrica.cs
+++ b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/CountryStatsAfrica.cs
@@ -25,9 +25,9 @@ public CountryStatsAfrica()
this.Add(new CountryStatsAfricaItem() { Code = @"CAF", Population = 4493000, WorkedHours = 38, GDP = 622, Name = @"Central African Republic" });
this.Add(new CountryStatsAfricaItem() { Code = @"TCD", Population = 14111000, WorkedHours = 40.4, GDP = 2067, Name = @"Chad" });
this.Add(new CountryStatsAfricaItem() { Code = @"COM", Population = 777000, WorkedHours = 40.1, GDP = 1413, Name = @"Comoros" });
- this.Add(new CountryStatsAfricaItem() { Code = @"COG", Population = 4856000, WorkedHours = 38.1, GDP = 5543, Name = @"Congo" });
+ this.Add(new CountryStatsAfricaItem() { Code = @"COG", Population = 4856000, WorkedHours = 38.1, GDP = 5543, Name = @"Congo Republic" });
this.Add(new CountryStatsAfricaItem() { Code = @"CIV", Population = 23226000, WorkedHours = 39.7, GDP = 3242, Name = @"Cote Ivoire" });
- this.Add(new CountryStatsAfricaItem() { Code = @"COD", Population = 76245000, WorkedHours = 44, GDP = 812, Name = @"Democratic Republic of Congo" });
+ this.Add(new CountryStatsAfricaItem() { Code = @"COD", Population = 76245000, WorkedHours = 44, GDP = 812, Name = @"DR Congo" });
this.Add(new CountryStatsAfricaItem() { Code = @"EGY", Population = 92443000, WorkedHours = 39.7, GDP = 10096, Name = @"Egypt" });
this.Add(new CountryStatsAfricaItem() { Code = @"GNQ", Population = 1169000, WorkedHours = 38.8, GDP = 27554, Name = @"Equatorial Guinea" });
this.Add(new CountryStatsAfricaItem() { Code = @"SWZ", Population = 1104000, WorkedHours = 45.7, GDP = 7759, Name = @"Eswatini" });
diff --git a/samples/charts/data-chart/scatter-bubble-chart-single-source/WorldStats.cs b/samples/charts/data-chart/scatter-bubble-chart-single-source/WorldStats.cs
index 58645aee9..794deb1d7 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-single-source/WorldStats.cs
+++ b/samples/charts/data-chart/scatter-bubble-chart-single-source/WorldStats.cs
@@ -45,7 +45,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"PHL", Short = @"PH", Name = @"Philippines", Continent = @"Asia", Population = 104256076, GdpTotal = 801900, Economy = @"Emerging", Region = @"Eastern Asia", Status = @"Country", X = 121.4, Y = 16.78, GdpPerPerson = 7692, Rank = 13, Unemployment = 7, OilProduction = 0, BirthRate = 26, MedianAge = 22, Electricity = 53670, Televisions = 3700000, PublicDebt = 56, Internet = 5300000 });
this.Add(new WorldStatsItem() { Code = @"EGY", Short = @"EG", Name = @"Egypt", Continent = @"Africa", Population = 97041072, GdpTotal = 1105000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 30.787, Y = 26.825, GdpPerPerson = 11387, Rank = 14, Unemployment = 9, OilProduction = 665000, BirthRate = 22, MedianAge = 25, Electricity = 102500, Televisions = 7700000, PublicDebt = 106, Internet = 8620000 });
this.Add(new WorldStatsItem() { Code = @"VNM", Short = @"VN", Name = @"Vietnam", Continent = @"Asia", Population = 96160163, GdpTotal = 594900, Economy = @"Emerging", Region = @"Eastern Asia", Status = @"Country", X = 108.46, Y = 13.711, GdpPerPerson = 6187, Rank = 15, Unemployment = 4, OilProduction = 324000, BirthRate = 16, MedianAge = 27, Electricity = 59010, Televisions = 3570000, PublicDebt = 42, Internet = 17870000 });
- this.Add(new WorldStatsItem() { Code = @"COD", Short = @"CD", Name = @"Dem. Rep. Congo", Continent = @"Africa", Population = 83301151, GdpTotal = 66010, Economy = @"Least Developed", Region = @"Middle Africa", Status = @"Country", X = 21.738, Y = -4.071, GdpPerPerson = 792, Rank = 16, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 41, Electricity = 48913, Televisions = 55942436, PublicDebt = 16, Internet = 8903936 });
+ this.Add(new WorldStatsItem() { Code = @"COD", Short = @"CD", Name = @"DR Congo", Continent = @"Africa", Population = 83301151, GdpTotal = 66010, Economy = @"Least Developed", Region = @"Middle Africa", Status = @"Country", X = 21.738, Y = -4.071, GdpPerPerson = 792, Rank = 16, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 41, Electricity = 48913, Televisions = 55942436, PublicDebt = 16, Internet = 8903936 });
this.Add(new WorldStatsItem() { Code = @"IRN", Short = @"IR", Name = @"Iran", Continent = @"Asia", Population = 82021564, GdpTotal = 1459000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 53.664, Y = 32.435, GdpPerPerson = 17788, Rank = 17, Unemployment = 12, OilProduction = 3956000, BirthRate = 17, MedianAge = 26, Electricity = 170400, Televisions = 4610000, PublicDebt = 17, Internet = 23000000 });
this.Add(new WorldStatsItem() { Code = @"TUR", Short = @"TR", Name = @"Turkey", Continent = @"Asia", Population = 80845215, GdpTotal = 1670000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 35.243, Y = 38.962, GdpPerPerson = 20657, Rank = 18, Unemployment = 10, OilProduction = 45460, BirthRate = 16, MedianAge = 29, Electricity = 154200, Televisions = 20900000, PublicDebt = 39, Internet = 13150000 });
this.Add(new WorldStatsItem() { Code = @"DEU", Short = @"DE", Name = @"Germany", Continent = @"Europe", Population = 80594017, GdpTotal = 3979000, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 11.43, Y = 52.237, GdpPerPerson = 49371, Rank = 19, Unemployment = 9, OilProduction = 141700, BirthRate = 8, MedianAge = 43, Electricity = 579400, Televisions = 51400000, PublicDebt = 65, Internet = 42500000 });
@@ -65,6 +65,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"DZA", Short = @"DZ", Name = @"Algeria", Continent = @"Africa", Population = 40969443, GdpTotal = 609400, Economy = @"Developing", Region = @"Northern Africa", Status = @"Country", X = 1.642, Y = 28.04, GdpPerPerson = 14875, Rank = 33, Unemployment = 12, OilProduction = 1358000, BirthRate = 17, MedianAge = 26, Electricity = 31910, Televisions = 3100000, PublicDebt = 18, Internet = 3500000 });
this.Add(new WorldStatsItem() { Code = @"UGA", Short = @"UG", Name = @"Uganda", Continent = @"Africa", Population = 39570125, GdpTotal = 84930, Economy = @"Least Developed", Region = @"Eastern Africa", Status = @"Country", X = 32.27, Y = 1.375, GdpPerPerson = 2146, Rank = 34, Unemployment = 10, OilProduction = 1, BirthRate = 10, MedianAge = 32, Electricity = 35388, Televisions = 27867123, PublicDebt = 21, Internet = 2000000 });
this.Add(new WorldStatsItem() { Code = @"IRQ", Short = @"IQ", Name = @"Iraq", Continent = @"Asia", Population = 39192111, GdpTotal = 596700, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 43.66, Y = 33.218, GdpPerPerson = 15225, Rank = 35, Unemployment = 6, OilProduction = 0, BirthRate = 20, MedianAge = 44, Electricity = 48545, Televisions = 13178804, PublicDebt = 40, Internet = 9538092 });
+ this.Add(new WorldStatsItem() { Code = @"KUR", Short = @"KU", Name = @"Kurdistan", Continent = @"Asia", Population = 6370668, GdpTotal = 66000, Economy = @"Developing", Region = @"Middle East", Status = @"Dependency", X = 43.6, Y = 36.05, GdpPerPerson = 10360, Rank = 241, Unemployment = 8, OilProduction = 4, BirthRate = 22, MedianAge = 46, Electricity = 49545, Televisions = 3178804, PublicDebt = 35, Internet = 2178804 });
this.Add(new WorldStatsItem() { Code = @"POL", Short = @"PL", Name = @"Poland", Continent = @"Europe", Population = 38476269, GdpTotal = 1052000, Economy = @"Developed", Region = @"Eastern Europe", Status = @"Country", X = 20.073, Y = 52.374, GdpPerPerson = 27342, Rank = 36, Unemployment = 13, OilProduction = 0, BirthRate = 10, MedianAge = 38, Electricity = 146200, Televisions = 13050000, PublicDebt = 43, Internet = 16000000 });
this.Add(new WorldStatsItem() { Code = @"SDN", Short = @"SD", Name = @"Sudan", Continent = @"Africa", Population = 37345935, GdpTotal = 176300, Economy = @"Developing", Region = @"Northern Africa", Status = @"Country", X = 30.217, Y = 15.434, GdpPerPerson = 4721, Rank = 37, Unemployment = 19, OilProduction = 484500, BirthRate = 34, MedianAge = 19, Electricity = 3944, Televisions = 2380000, PublicDebt = 106, Internet = 1500000 });
this.Add(new WorldStatsItem() { Code = @"CAN", Short = @"CA", Name = @"Canada", Continent = @"North America", Population = 35623680, GdpTotal = 1674000, Economy = @"Developed", Region = @"Northern America", Status = @"Country", X = -108, Y = 55.855, GdpPerPerson = 46991, Rank = 38, Unemployment = 6, OilProduction = 3310000, BirthRate = 10, MedianAge = 40, Electricity = 609600, Televisions = 21500000, PublicDebt = 64, Internet = 28000000 });
@@ -151,7 +152,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"TKM", Short = @"TM", Name = @"Turkmenistan", Continent = @"Asia", Population = 5351277, GdpTotal = 94720, Economy = @"Developing", Region = @"Central Asia", Status = @"Country", X = 59.562, Y = 38.975, GdpPerPerson = 17700, Rank = 119, Unemployment = 11, OilProduction = 4, BirthRate = 11, MedianAge = 43, Electricity = 91281, Televisions = 2935468, PublicDebt = 17, Internet = 3203210 });
this.Add(new WorldStatsItem() { Code = @"NOR", Short = @"NO", Name = @"Norway", Continent = @"Europe", Population = 5320045, GdpTotal = 364700, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = 9.66, Y = 60.712, GdpPerPerson = 68552, Rank = 120, Unemployment = 3, OilProduction = 2560000, BirthRate = 11, MedianAge = 39, Electricity = 135800, Televisions = 2030000, PublicDebt = 83, Internet = 3800000 });
this.Add(new WorldStatsItem() { Code = @"IRL", Short = @"IE", Name = @"Ireland", Continent = @"Europe", Population = 5011102, GdpTotal = 322000, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = -8.209, Y = 53.42, GdpPerPerson = 64257, Rank = 121, Unemployment = 5, OilProduction = 0, BirthRate = 14, MedianAge = 35, Electricity = 24130, Televisions = 1820000, PublicDebt = 25, Internet = 1708000 });
- this.Add(new WorldStatsItem() { Code = @"COG", Short = @"CG", Name = @"Congo", Continent = @"Africa", Population = 4954674, GdpTotal = 30270, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 16.264, Y = -0.07, GdpPerPerson = 6109, Rank = 122, Unemployment = 13, OilProduction = 4, BirthRate = 11, MedianAge = 52, Electricity = 83556, Televisions = 1560800, PublicDebt = 6, Internet = 2650237 });
+ this.Add(new WorldStatsItem() { Code = @"COG", Short = @"CG", Name = @"Congo Republic", Continent = @"Africa", Population = 4954674, GdpTotal = 30270, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 16.264, Y = -0.07, GdpPerPerson = 6109, Rank = 122, Unemployment = 13, OilProduction = 4, BirthRate = 11, MedianAge = 52, Electricity = 83556, Televisions = 1560800, PublicDebt = 6, Internet = 2650237 });
this.Add(new WorldStatsItem() { Code = @"CRI", Short = @"CR", Name = @"Costa Rica", Continent = @"North America", Population = 4930258, GdpTotal = 79260, Economy = @"Emerging", Region = @"Central America", Status = @"Country", X = -83.91, Y = 9.92, GdpPerPerson = 16076, Rank = 123, Unemployment = 5, OilProduction = 0, BirthRate = 18, MedianAge = 27, Electricity = 8349, Televisions = 525000, PublicDebt = 47, Internet = 1500000 });
this.Add(new WorldStatsItem() { Code = @"GEO", Short = @"GE", Name = @"Georgia", Continent = @"Asia", Population = 4926330, GdpTotal = 37270, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 43.257, Y = 42.162, GdpPerPerson = 7565, Rank = 124, Unemployment = 15, OilProduction = 5, BirthRate = 10, MedianAge = 43, Electricity = 44936, Televisions = 2728128, PublicDebt = 29, Internet = 3844448 });
this.Add(new WorldStatsItem() { Code = @"LBR", Short = @"LR", Name = @"Liberia", Continent = @"Africa", Population = 4689021, GdpTotal = 3881, Economy = @"Least Developed", Region = @"Western Africa", Status = @"Country", X = -9.454, Y = 6.445, GdpPerPerson = 828, Rank = 125, Unemployment = 4, OilProduction = 0, BirthRate = 8, MedianAge = 35, Electricity = 89626, Televisions = 3065112, PublicDebt = 38, Internet = 1475304 });
@@ -180,7 +181,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"SVN", Short = @"SI", Name = @"Slovenia", Continent = @"Europe", Population = 1972126, GdpTotal = 68350, Economy = @"Developed", Region = @"Southern Europe", Status = @"Country", X = 14.947, Y = 46.146, GdpPerPerson = 34658, Rank = 148, Unemployment = 8, OilProduction = 5, BirthRate = 9, MedianAge = 41, Electricity = 14900, Televisions = 710000, PublicDebt = 24, Internet = 1300000 });
this.Add(new WorldStatsItem() { Code = @"LSO", Short = @"LS", Name = @"Lesotho", Continent = @"Africa", Population = 1958042, GdpTotal = 6019, Economy = @"Least Developed", Region = @"Southern Africa", Status = @"Country", X = 28.221, Y = -29.61, GdpPerPerson = 3074, Rank = 149, Unemployment = 12, OilProduction = 2, BirthRate = 8, MedianAge = 32, Electricity = 20229, Televisions = 1457517, PublicDebt = 14, Internet = 1375222 });
this.Add(new WorldStatsItem() { Code = @"LVA", Short = @"LV", Name = @"Latvia", Continent = @"Europe", Population = 1944643, GdpTotal = 50650, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = 26.505, Y = 56.755, GdpPerPerson = 26046, Rank = 150, Unemployment = 6, OilProduction = 0, BirthRate = 10, MedianAge = 40, Electricity = 4778, Televisions = 1220000, PublicDebt = 7, Internet = 1770000 });
- this.Add(new WorldStatsItem() { Code = @"RKS", Short = @"RS", Name = @"Kosovo", Continent = @"Europe", Population = 1895250, GdpTotal = 18490, Economy = @"Developing", Region = @"Southern Europe", Status = @"Country", X = 20.891, Y = 42.557, GdpPerPerson = 9756, Rank = 151, Unemployment = 12, OilProduction = 0, BirthRate = 8, MedianAge = 55, Electricity = 14878, Televisions = 1287863, PublicDebt = 20, Internet = 1422193 });
+ this.Add(new WorldStatsItem() { Code = @"RKS", Short = @"XK", Name = @"Kosovo", Continent = @"Europe", Population = 1895250, GdpTotal = 18490, Economy = @"Developing", Region = @"Southern Europe", Status = @"Country", X = 20.891, Y = 42.557, GdpPerPerson = 9756, Rank = 151, Unemployment = 12, OilProduction = 0, BirthRate = 8, MedianAge = 55, Electricity = 14878, Televisions = 1287863, PublicDebt = 20, Internet = 1422193 });
this.Add(new WorldStatsItem() { Code = @"GNB", Short = @"GW", Name = @"Guinea-Bissau", Continent = @"Africa", Population = 1792338, GdpTotal = 2851, Economy = @"Least Developed", Region = @"Western Africa", Status = @"Country", X = -14.59, Y = 11.942, GdpPerPerson = 1591, Rank = 152, Unemployment = 5, OilProduction = 5, BirthRate = 5, MedianAge = 55, Electricity = 74684, Televisions = 1427462, PublicDebt = 8, Internet = 365000 });
this.Add(new WorldStatsItem() { Code = @"GAB", Short = @"GA", Name = @"Gabon", Continent = @"Africa", Population = 1772255, GdpTotal = 35980, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 11.592, Y = -0.807, GdpPerPerson = 20302, Rank = 153, Unemployment = 21, OilProduction = 240000, BirthRate = 36, MedianAge = 19, Electricity = 1520, Televisions = 63000, PublicDebt = 53, Internet = 145000 });
this.Add(new WorldStatsItem() { Code = @"SWZ", Short = @"SZ", Name = @"Eswatini", Continent = @"Africa", Population = 1467152, GdpTotal = 11060, Economy = @"Developing", Region = @"Southern Africa", Status = @"Country", X = 31.45, Y = -26.52, GdpPerPerson = 7538, Rank = 154, Unemployment = 6, OilProduction = 3, BirthRate = 17, MedianAge = 39, Electricity = 72804, Televisions = 229393, PublicDebt = 5, Internet = 427760 });
@@ -215,7 +216,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"MYT", Short = @"YT", Name = @"Mayotte", Continent = @"Africa", Population = 320901, GdpTotal = 2932, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = 45.14, Y = -12.84, GdpPerPerson = 9137, Rank = 183, Unemployment = 35, OilProduction = 0, BirthRate = 46, MedianAge = 50, Electricity = 1604505, Televisions = 256721, PublicDebt = 29, Internet = 192541 });
this.Add(new WorldStatsItem() { Code = @"GUF", Short = @"GF", Name = @"French Guiana", Continent = @"South America", Population = 296161, GdpTotal = 4562, Economy = @"Developed", Region = @"South America", Status = @"Dependency", X = -53.13, Y = 3.893, GdpPerPerson = 4386, Rank = 184, Unemployment = 3, OilProduction = 0, BirthRate = 15, MedianAge = 55, Electricity = 73845, Televisions = 147489, PublicDebt = 35, Internet = 209593 });
this.Add(new WorldStatsItem() { Code = @"BRB", Short = @"BB", Name = @"Barbados", Continent = @"North America", Population = 292336, GdpTotal = 4804, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -59.53, Y = 13.19, GdpPerPerson = 16433, Rank = 186, Unemployment = 8, OilProduction = 3, BirthRate = 21, MedianAge = 51, Electricity = 28728, Televisions = 173392, PublicDebt = 12, Internet = 73593 });
- this.Add(new WorldStatsItem() { Code = @"PYF", Short = @"PF", Name = @"Fr. Polynesia", Continent = @"Oceania", Population = 287881, GdpTotal = 5490, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -143.9, Y = -14.82, GdpPerPerson = 19070, Rank = 187, Unemployment = 1, OilProduction = 4, BirthRate = 6, MedianAge = 45, Electricity = 46206, Televisions = 43757, PublicDebt = 12, Internet = 172560 });
+ this.Add(new WorldStatsItem() { Code = @"PYF", Short = @"PF", Name = @"French Polynesia", Continent = @"Oceania", Population = 287881, GdpTotal = 5490, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -143.9, Y = -14.82, GdpPerPerson = 19070, Rank = 187, Unemployment = 1, OilProduction = 4, BirthRate = 6, MedianAge = 45, Electricity = 46206, Televisions = 43757, PublicDebt = 12, Internet = 172560 });
this.Add(new WorldStatsItem() { Code = @"VUT", Short = @"VU", Name = @"Vanuatu", Continent = @"Oceania", Population = 282814, GdpTotal = 723, Economy = @"Least Developed", Region = @"Melanesia", Status = @"Country", X = 168.21, Y = -16.97, GdpPerPerson = 2556, Rank = 188, Unemployment = 11, OilProduction = 4, BirthRate = 17, MedianAge = 39, Electricity = 50581, Televisions = 187584, PublicDebt = 42, Internet = 223352 });
this.Add(new WorldStatsItem() { Code = @"NCL", Short = @"NC", Name = @"New Caledonia", Continent = @"Oceania", Population = 279070, GdpTotal = 10770, Economy = @"Developing", Region = @"Melanesia", Status = @"Dependency", X = 165.26, Y = -21.09, GdpPerPerson = 38592, Rank = 189, Unemployment = 10, OilProduction = 3, BirthRate = 6, MedianAge = 49, Electricity = 18361, Televisions = 79923, PublicDebt = 45, Internet = 149003 });
this.Add(new WorldStatsItem() { Code = @"NCP", Short = @"XC", Name = @"Northern Cyprus", Continent = @"Asia", Population = 265100, GdpTotal = 3600, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 33.714, Y = 35.257, GdpPerPerson = 13580, Rank = 190, Unemployment = 4, OilProduction = 5, BirthRate = 25, MedianAge = 51, Electricity = 84000, Televisions = 135551, PublicDebt = 30, Internet = 167480 });
@@ -227,10 +228,10 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"ABW", Short = @"AW", Name = @"Aruba", Continent = @"North America", Population = 115120, GdpTotal = 2516, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -69.98, Y = 12.519, GdpPerPerson = 21855, Rank = 196, Unemployment = 7, OilProduction = 2356, BirthRate = 13, MedianAge = 38, Electricity = 770, Televisions = 20000, PublicDebt = 46, Internet = 24000 });
this.Add(new WorldStatsItem() { Code = @"GRD", Short = @"GD", Name = @"Grenada", Continent = @"North America", Population = 111724, GdpTotal = 1511, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.69, Y = 12.123, GdpPerPerson = 13524, Rank = 197, Unemployment = 10, OilProduction = 0, BirthRate = 10, MedianAge = 50, Electricity = 4992, Televisions = 58674, PublicDebt = 42, Internet = 33132 });
this.Add(new WorldStatsItem() { Code = @"KIR", Short = @"KI", Name = @"Kiribati", Continent = @"Oceania", Population = 108145, GdpTotal = 211, Economy = @"Least Developed", Region = @"Micronesia", Status = @"Country", X = -157.333, Y = 1.884, GdpPerPerson = 1951, Rank = 198, Unemployment = 13, OilProduction = 4, BirthRate = 9, MedianAge = 52, Electricity = 37081, Televisions = 52395, PublicDebt = 40, Internet = 36620 });
- this.Add(new WorldStatsItem() { Code = @"VIR", Short = @"VI", Name = @"U.S. Virgin Island", Continent = @"North America", Population = 107268, GdpTotal = 3792, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -64.77, Y = 17.77, GdpPerPerson = 35351, Rank = 199, Unemployment = 11, OilProduction = 2, BirthRate = 12, MedianAge = 38, Electricity = 13387, Televisions = 77187, PublicDebt = 43, Internet = 40836 });
+ this.Add(new WorldStatsItem() { Code = @"VIR", Short = @"VI", Name = @"US Virgin Islands", Continent = @"North America", Population = 107268, GdpTotal = 3792, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -64.77, Y = 17.77, GdpPerPerson = 35351, Rank = 199, Unemployment = 11, OilProduction = 2, BirthRate = 12, MedianAge = 38, Electricity = 13387, Televisions = 77187, PublicDebt = 43, Internet = 40836 });
this.Add(new WorldStatsItem() { Code = @"TON", Short = @"TO", Name = @"Tonga", Continent = @"Oceania", Population = 106479, GdpTotal = 557, Economy = @"Developing", Region = @"Polynesia", Status = @"Country", X = -173.9, Y = -18.62, GdpPerPerson = 5231, Rank = 200, Unemployment = 4, OilProduction = 4, BirthRate = 5, MedianAge = 33, Electricity = 88735, Televisions = 30257, PublicDebt = 25, Internet = 71756 });
this.Add(new WorldStatsItem() { Code = @"FSM", Short = @"FM", Name = @"Micronesia", Continent = @"Oceania", Population = 104196, GdpTotal = 314, Economy = @"Developing", Region = @"Micronesia", Status = @"Country", X = 150.52, Y = 7.435, GdpPerPerson = 3014, Rank = 201, Unemployment = 9, OilProduction = 5, BirthRate = 5, MedianAge = 38, Electricity = 39068, Televisions = 45396, PublicDebt = 40, Internet = 29169 });
- this.Add(new WorldStatsItem() { Code = @"VCT", Short = @"VC", Name = @"St. Vincent and Grenadines", Continent = @"North America", Population = 102089, GdpTotal = 1241, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.17, Y = 13.239, GdpPerPerson = 12156, Rank = 202, Unemployment = 10, OilProduction = 5, BirthRate = 7, MedianAge = 30, Electricity = 39467, Televisions = 42804, PublicDebt = 9, Internet = 66754 });
+ this.Add(new WorldStatsItem() { Code = @"VCT", Short = @"VC", Name = @"St. Vincent", Continent = @"North America", Population = 102089, GdpTotal = 1241, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.17, Y = 13.239, GdpPerPerson = 12156, Rank = 202, Unemployment = 10, OilProduction = 5, BirthRate = 7, MedianAge = 30, Electricity = 39467, Televisions = 42804, PublicDebt = 9, Internet = 66754 });
this.Add(new WorldStatsItem() { Code = @"JEY", Short = @"JE", Name = @"Jersey", Continent = @"Europe", Population = 98840, GdpTotal = 5080, Economy = @"Developed", Region = @"Northern Europe", Status = @"Territory", X = -2.123, Y = 49.218, GdpPerPerson = 51396, Rank = 203, Unemployment = 4, OilProduction = 1, BirthRate = 18, MedianAge = 30, Electricity = 64261, Televisions = 52453, PublicDebt = 34, Internet = 3026 });
this.Add(new WorldStatsItem() { Code = @"ATG", Short = @"AG", Name = @"Antigua and Barbuda", Continent = @"North America", Population = 94731, GdpTotal = 2171, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.79, Y = 17.096, GdpPerPerson = 22918, Rank = 204, Unemployment = 3, OilProduction = 1, BirthRate = 5, MedianAge = 36, Electricity = 35849, Televisions = 75384, PublicDebt = 32, Internet = 6170 });
this.Add(new WorldStatsItem() { Code = @"SYC", Short = @"SC", Name = @"Seychelles", Continent = @"Africa", Population = 93920, GdpTotal = 2608, Economy = @"Developing", Region = @"Eastern Africa", Status = @"Country", X = 55.463, Y = -4.672, GdpPerPerson = 27768, Rank = 205, Unemployment = 2, OilProduction = 0, BirthRate = 16, MedianAge = 29, Electricity = 252, Televisions = 11000, PublicDebt = 92, Internet = 32000 });
@@ -244,7 +245,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"GRL", Short = @"GL", Name = @"Greenland", Continent = @"North America", Population = 57713, GdpTotal = 2173, Economy = @"Developed", Region = @"Northern America", Status = @"Dependency", X = -42.12, Y = 69.547, GdpPerPerson = 37652, Rank = 213, Unemployment = 7, OilProduction = 5, BirthRate = 19, MedianAge = 42, Electricity = 86090, Televisions = 43741, PublicDebt = 42, Internet = 11423 });
this.Add(new WorldStatsItem() { Code = @"KNA", Short = @"KN", Name = @"St. Kitts and Nevis", Continent = @"North America", Population = 52715, GdpTotal = 1427, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -62.77, Y = 17.351, GdpPerPerson = 27070, Rank = 214, Unemployment = 5, OilProduction = 2, BirthRate = 18, MedianAge = 40, Electricity = 65438, Televisions = 17719, PublicDebt = 11, Internet = 8543 });
this.Add(new WorldStatsItem() { Code = @"TCA", Short = @"TC", Name = @"Turks and Caicos Island", Continent = @"North America", Population = 52570, GdpTotal = 632, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -71.96, Y = 21.913, GdpPerPerson = 12022, Rank = 215, Unemployment = 6, OilProduction = 0, BirthRate = 13, MedianAge = 42, Electricity = 51325, Televisions = 13109, PublicDebt = 13, Internet = 24564 });
- this.Add(new WorldStatsItem() { Code = @"MNP", Short = @"MP", Name = @"N. Mariana Island", Continent = @"Oceania", Population = 52263, GdpTotal = 682, Economy = @"Developing", Region = @"Micronesia", Status = @"Dependency", X = 145.49, Y = 16.459, GdpPerPerson = 13049, Rank = 216, Unemployment = 10, OilProduction = 1, BirthRate = 9, MedianAge = 46, Electricity = 87386, Televisions = 13049, PublicDebt = 20, Internet = 5484 });
+ this.Add(new WorldStatsItem() { Code = @"MNP", Short = @"MP", Name = @"Northern Mariana Islands", Continent = @"Oceania", Population = 52263, GdpTotal = 682, Economy = @"Developing", Region = @"Micronesia", Status = @"Dependency", X = 145.49, Y = 16.459, GdpPerPerson = 13049, Rank = 216, Unemployment = 10, OilProduction = 1, BirthRate = 9, MedianAge = 46, Electricity = 87386, Televisions = 13049, PublicDebt = 20, Internet = 5484 });
this.Add(new WorldStatsItem() { Code = @"ASM", Short = @"AS", Name = @"American Samoa", Continent = @"Oceania", Population = 51504, GdpTotal = 711, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -170.6, Y = -14.3, GdpPerPerson = 13805, Rank = 217, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 42, Electricity = 65918, Televisions = 18802, PublicDebt = 23, Internet = 14691 });
this.Add(new WorldStatsItem() { Code = @"FRO", Short = @"FO", Name = @"Faeroe Island", Continent = @"Europe", Population = 50730, GdpTotal = 2001, Economy = @"Developed", Region = @"Northern Europe", Status = @"Dependency", X = -6.857, Y = 62.178, GdpPerPerson = 39444, Rank = 218, Unemployment = 15, OilProduction = 2, BirthRate = 11, MedianAge = 46, Electricity = 55029, Televisions = 11762, PublicDebt = 13, Internet = 2412 });
this.Add(new WorldStatsItem() { Code = @"SXM", Short = @"SX", Name = @"Sint Maarten", Continent = @"North America", Population = 42083, GdpTotal = 366, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -63.06, Y = 18.044, GdpPerPerson = 8697, Rank = 219, Unemployment = 14, OilProduction = 4, BirthRate = 19, MedianAge = 50, Electricity = 17166, Televisions = 8474, PublicDebt = 33, Internet = 14309 });
@@ -270,6 +271,6 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"FLK", Short = @"FK", Name = @"Falkland Island", Continent = @"South America", Population = 2931, GdpTotal = 282, Economy = @"Developed", Region = @"South America", Status = @"Dependency", X = -59.46, Y = -51.78, GdpPerPerson = 96213, Rank = 239, Unemployment = 3, OilProduction = 5, BirthRate = 9, MedianAge = 36, Electricity = 68007, Televisions = 1489, PublicDebt = 22, Internet = 1335 });
this.Add(new WorldStatsItem() { Code = @"NFK", Short = @"NF", Name = @"Norfolk Island", Continent = @"Oceania", Population = 2210, GdpTotal = 33, Economy = @"Developing", Region = @"Australia", Status = @"Dependency", X = 167.94, Y = -29.05, GdpPerPerson = 14932, Rank = 240, Unemployment = 1, OilProduction = 0, BirthRate = 15, MedianAge = 46, Electricity = 91943, Televisions = 583, PublicDebt = 41, Internet = 1183 });
this.Add(new WorldStatsItem() { Code = @"NIU", Short = @"NU", Name = @"Niue", Continent = @"Oceania", Population = 1626, GdpTotal = 10, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -169.8, Y = -19.05, GdpPerPerson = 6150, Rank = 241, Unemployment = 15, OilProduction = 4, BirthRate = 17, MedianAge = 51, Electricity = 16785, Televisions = 585, PublicDebt = 31, Internet = 1247 });
- this.Add(new WorldStatsItem() { Code = @"VAT", Short = @"VT", Name = @"Vatican", Continent = @"Europe", Population = 771, GdpTotal = 15, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 12.433, Y = 41.902, GdpPerPerson = 19450, Rank = 242, Unemployment = 0, OilProduction = 0, BirthRate = 0, MedianAge = 55, Electricity = 771, Televisions = 100, PublicDebt = 0, Internet = 771 });
+ this.Add(new WorldStatsItem() { Code = @"VAT", Short = @"VA", Name = @"Vatican", Continent = @"Europe", Population = 771, GdpTotal = 15, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 12.433, Y = 41.902, GdpPerPerson = 19450, Rank = 242, Unemployment = 0, OilProduction = 0, BirthRate = 0, MedianAge = 55, Electricity = 771, Televisions = 100, PublicDebt = 0, Internet = 771 });
}
}
diff --git a/samples/charts/data-chart/scatter-bubble-chart-styling/WorldStats.cs b/samples/charts/data-chart/scatter-bubble-chart-styling/WorldStats.cs
index 58645aee9..794deb1d7 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-styling/WorldStats.cs
+++ b/samples/charts/data-chart/scatter-bubble-chart-styling/WorldStats.cs
@@ -45,7 +45,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"PHL", Short = @"PH", Name = @"Philippines", Continent = @"Asia", Population = 104256076, GdpTotal = 801900, Economy = @"Emerging", Region = @"Eastern Asia", Status = @"Country", X = 121.4, Y = 16.78, GdpPerPerson = 7692, Rank = 13, Unemployment = 7, OilProduction = 0, BirthRate = 26, MedianAge = 22, Electricity = 53670, Televisions = 3700000, PublicDebt = 56, Internet = 5300000 });
this.Add(new WorldStatsItem() { Code = @"EGY", Short = @"EG", Name = @"Egypt", Continent = @"Africa", Population = 97041072, GdpTotal = 1105000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 30.787, Y = 26.825, GdpPerPerson = 11387, Rank = 14, Unemployment = 9, OilProduction = 665000, BirthRate = 22, MedianAge = 25, Electricity = 102500, Televisions = 7700000, PublicDebt = 106, Internet = 8620000 });
this.Add(new WorldStatsItem() { Code = @"VNM", Short = @"VN", Name = @"Vietnam", Continent = @"Asia", Population = 96160163, GdpTotal = 594900, Economy = @"Emerging", Region = @"Eastern Asia", Status = @"Country", X = 108.46, Y = 13.711, GdpPerPerson = 6187, Rank = 15, Unemployment = 4, OilProduction = 324000, BirthRate = 16, MedianAge = 27, Electricity = 59010, Televisions = 3570000, PublicDebt = 42, Internet = 17870000 });
- this.Add(new WorldStatsItem() { Code = @"COD", Short = @"CD", Name = @"Dem. Rep. Congo", Continent = @"Africa", Population = 83301151, GdpTotal = 66010, Economy = @"Least Developed", Region = @"Middle Africa", Status = @"Country", X = 21.738, Y = -4.071, GdpPerPerson = 792, Rank = 16, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 41, Electricity = 48913, Televisions = 55942436, PublicDebt = 16, Internet = 8903936 });
+ this.Add(new WorldStatsItem() { Code = @"COD", Short = @"CD", Name = @"DR Congo", Continent = @"Africa", Population = 83301151, GdpTotal = 66010, Economy = @"Least Developed", Region = @"Middle Africa", Status = @"Country", X = 21.738, Y = -4.071, GdpPerPerson = 792, Rank = 16, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 41, Electricity = 48913, Televisions = 55942436, PublicDebt = 16, Internet = 8903936 });
this.Add(new WorldStatsItem() { Code = @"IRN", Short = @"IR", Name = @"Iran", Continent = @"Asia", Population = 82021564, GdpTotal = 1459000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 53.664, Y = 32.435, GdpPerPerson = 17788, Rank = 17, Unemployment = 12, OilProduction = 3956000, BirthRate = 17, MedianAge = 26, Electricity = 170400, Televisions = 4610000, PublicDebt = 17, Internet = 23000000 });
this.Add(new WorldStatsItem() { Code = @"TUR", Short = @"TR", Name = @"Turkey", Continent = @"Asia", Population = 80845215, GdpTotal = 1670000, Economy = @"Emerging", Region = @"Middle East", Status = @"Country", X = 35.243, Y = 38.962, GdpPerPerson = 20657, Rank = 18, Unemployment = 10, OilProduction = 45460, BirthRate = 16, MedianAge = 29, Electricity = 154200, Televisions = 20900000, PublicDebt = 39, Internet = 13150000 });
this.Add(new WorldStatsItem() { Code = @"DEU", Short = @"DE", Name = @"Germany", Continent = @"Europe", Population = 80594017, GdpTotal = 3979000, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 11.43, Y = 52.237, GdpPerPerson = 49371, Rank = 19, Unemployment = 9, OilProduction = 141700, BirthRate = 8, MedianAge = 43, Electricity = 579400, Televisions = 51400000, PublicDebt = 65, Internet = 42500000 });
@@ -65,6 +65,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"DZA", Short = @"DZ", Name = @"Algeria", Continent = @"Africa", Population = 40969443, GdpTotal = 609400, Economy = @"Developing", Region = @"Northern Africa", Status = @"Country", X = 1.642, Y = 28.04, GdpPerPerson = 14875, Rank = 33, Unemployment = 12, OilProduction = 1358000, BirthRate = 17, MedianAge = 26, Electricity = 31910, Televisions = 3100000, PublicDebt = 18, Internet = 3500000 });
this.Add(new WorldStatsItem() { Code = @"UGA", Short = @"UG", Name = @"Uganda", Continent = @"Africa", Population = 39570125, GdpTotal = 84930, Economy = @"Least Developed", Region = @"Eastern Africa", Status = @"Country", X = 32.27, Y = 1.375, GdpPerPerson = 2146, Rank = 34, Unemployment = 10, OilProduction = 1, BirthRate = 10, MedianAge = 32, Electricity = 35388, Televisions = 27867123, PublicDebt = 21, Internet = 2000000 });
this.Add(new WorldStatsItem() { Code = @"IRQ", Short = @"IQ", Name = @"Iraq", Continent = @"Asia", Population = 39192111, GdpTotal = 596700, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 43.66, Y = 33.218, GdpPerPerson = 15225, Rank = 35, Unemployment = 6, OilProduction = 0, BirthRate = 20, MedianAge = 44, Electricity = 48545, Televisions = 13178804, PublicDebt = 40, Internet = 9538092 });
+ this.Add(new WorldStatsItem() { Code = @"KUR", Short = @"KU", Name = @"Kurdistan", Continent = @"Asia", Population = 6370668, GdpTotal = 66000, Economy = @"Developing", Region = @"Middle East", Status = @"Dependency", X = 43.6, Y = 36.05, GdpPerPerson = 10360, Rank = 241, Unemployment = 8, OilProduction = 4, BirthRate = 22, MedianAge = 46, Electricity = 49545, Televisions = 3178804, PublicDebt = 35, Internet = 2178804 });
this.Add(new WorldStatsItem() { Code = @"POL", Short = @"PL", Name = @"Poland", Continent = @"Europe", Population = 38476269, GdpTotal = 1052000, Economy = @"Developed", Region = @"Eastern Europe", Status = @"Country", X = 20.073, Y = 52.374, GdpPerPerson = 27342, Rank = 36, Unemployment = 13, OilProduction = 0, BirthRate = 10, MedianAge = 38, Electricity = 146200, Televisions = 13050000, PublicDebt = 43, Internet = 16000000 });
this.Add(new WorldStatsItem() { Code = @"SDN", Short = @"SD", Name = @"Sudan", Continent = @"Africa", Population = 37345935, GdpTotal = 176300, Economy = @"Developing", Region = @"Northern Africa", Status = @"Country", X = 30.217, Y = 15.434, GdpPerPerson = 4721, Rank = 37, Unemployment = 19, OilProduction = 484500, BirthRate = 34, MedianAge = 19, Electricity = 3944, Televisions = 2380000, PublicDebt = 106, Internet = 1500000 });
this.Add(new WorldStatsItem() { Code = @"CAN", Short = @"CA", Name = @"Canada", Continent = @"North America", Population = 35623680, GdpTotal = 1674000, Economy = @"Developed", Region = @"Northern America", Status = @"Country", X = -108, Y = 55.855, GdpPerPerson = 46991, Rank = 38, Unemployment = 6, OilProduction = 3310000, BirthRate = 10, MedianAge = 40, Electricity = 609600, Televisions = 21500000, PublicDebt = 64, Internet = 28000000 });
@@ -151,7 +152,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"TKM", Short = @"TM", Name = @"Turkmenistan", Continent = @"Asia", Population = 5351277, GdpTotal = 94720, Economy = @"Developing", Region = @"Central Asia", Status = @"Country", X = 59.562, Y = 38.975, GdpPerPerson = 17700, Rank = 119, Unemployment = 11, OilProduction = 4, BirthRate = 11, MedianAge = 43, Electricity = 91281, Televisions = 2935468, PublicDebt = 17, Internet = 3203210 });
this.Add(new WorldStatsItem() { Code = @"NOR", Short = @"NO", Name = @"Norway", Continent = @"Europe", Population = 5320045, GdpTotal = 364700, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = 9.66, Y = 60.712, GdpPerPerson = 68552, Rank = 120, Unemployment = 3, OilProduction = 2560000, BirthRate = 11, MedianAge = 39, Electricity = 135800, Televisions = 2030000, PublicDebt = 83, Internet = 3800000 });
this.Add(new WorldStatsItem() { Code = @"IRL", Short = @"IE", Name = @"Ireland", Continent = @"Europe", Population = 5011102, GdpTotal = 322000, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = -8.209, Y = 53.42, GdpPerPerson = 64257, Rank = 121, Unemployment = 5, OilProduction = 0, BirthRate = 14, MedianAge = 35, Electricity = 24130, Televisions = 1820000, PublicDebt = 25, Internet = 1708000 });
- this.Add(new WorldStatsItem() { Code = @"COG", Short = @"CG", Name = @"Congo", Continent = @"Africa", Population = 4954674, GdpTotal = 30270, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 16.264, Y = -0.07, GdpPerPerson = 6109, Rank = 122, Unemployment = 13, OilProduction = 4, BirthRate = 11, MedianAge = 52, Electricity = 83556, Televisions = 1560800, PublicDebt = 6, Internet = 2650237 });
+ this.Add(new WorldStatsItem() { Code = @"COG", Short = @"CG", Name = @"Congo Republic", Continent = @"Africa", Population = 4954674, GdpTotal = 30270, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 16.264, Y = -0.07, GdpPerPerson = 6109, Rank = 122, Unemployment = 13, OilProduction = 4, BirthRate = 11, MedianAge = 52, Electricity = 83556, Televisions = 1560800, PublicDebt = 6, Internet = 2650237 });
this.Add(new WorldStatsItem() { Code = @"CRI", Short = @"CR", Name = @"Costa Rica", Continent = @"North America", Population = 4930258, GdpTotal = 79260, Economy = @"Emerging", Region = @"Central America", Status = @"Country", X = -83.91, Y = 9.92, GdpPerPerson = 16076, Rank = 123, Unemployment = 5, OilProduction = 0, BirthRate = 18, MedianAge = 27, Electricity = 8349, Televisions = 525000, PublicDebt = 47, Internet = 1500000 });
this.Add(new WorldStatsItem() { Code = @"GEO", Short = @"GE", Name = @"Georgia", Continent = @"Asia", Population = 4926330, GdpTotal = 37270, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 43.257, Y = 42.162, GdpPerPerson = 7565, Rank = 124, Unemployment = 15, OilProduction = 5, BirthRate = 10, MedianAge = 43, Electricity = 44936, Televisions = 2728128, PublicDebt = 29, Internet = 3844448 });
this.Add(new WorldStatsItem() { Code = @"LBR", Short = @"LR", Name = @"Liberia", Continent = @"Africa", Population = 4689021, GdpTotal = 3881, Economy = @"Least Developed", Region = @"Western Africa", Status = @"Country", X = -9.454, Y = 6.445, GdpPerPerson = 828, Rank = 125, Unemployment = 4, OilProduction = 0, BirthRate = 8, MedianAge = 35, Electricity = 89626, Televisions = 3065112, PublicDebt = 38, Internet = 1475304 });
@@ -180,7 +181,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"SVN", Short = @"SI", Name = @"Slovenia", Continent = @"Europe", Population = 1972126, GdpTotal = 68350, Economy = @"Developed", Region = @"Southern Europe", Status = @"Country", X = 14.947, Y = 46.146, GdpPerPerson = 34658, Rank = 148, Unemployment = 8, OilProduction = 5, BirthRate = 9, MedianAge = 41, Electricity = 14900, Televisions = 710000, PublicDebt = 24, Internet = 1300000 });
this.Add(new WorldStatsItem() { Code = @"LSO", Short = @"LS", Name = @"Lesotho", Continent = @"Africa", Population = 1958042, GdpTotal = 6019, Economy = @"Least Developed", Region = @"Southern Africa", Status = @"Country", X = 28.221, Y = -29.61, GdpPerPerson = 3074, Rank = 149, Unemployment = 12, OilProduction = 2, BirthRate = 8, MedianAge = 32, Electricity = 20229, Televisions = 1457517, PublicDebt = 14, Internet = 1375222 });
this.Add(new WorldStatsItem() { Code = @"LVA", Short = @"LV", Name = @"Latvia", Continent = @"Europe", Population = 1944643, GdpTotal = 50650, Economy = @"Developed", Region = @"Northern Europe", Status = @"Country", X = 26.505, Y = 56.755, GdpPerPerson = 26046, Rank = 150, Unemployment = 6, OilProduction = 0, BirthRate = 10, MedianAge = 40, Electricity = 4778, Televisions = 1220000, PublicDebt = 7, Internet = 1770000 });
- this.Add(new WorldStatsItem() { Code = @"RKS", Short = @"RS", Name = @"Kosovo", Continent = @"Europe", Population = 1895250, GdpTotal = 18490, Economy = @"Developing", Region = @"Southern Europe", Status = @"Country", X = 20.891, Y = 42.557, GdpPerPerson = 9756, Rank = 151, Unemployment = 12, OilProduction = 0, BirthRate = 8, MedianAge = 55, Electricity = 14878, Televisions = 1287863, PublicDebt = 20, Internet = 1422193 });
+ this.Add(new WorldStatsItem() { Code = @"RKS", Short = @"XK", Name = @"Kosovo", Continent = @"Europe", Population = 1895250, GdpTotal = 18490, Economy = @"Developing", Region = @"Southern Europe", Status = @"Country", X = 20.891, Y = 42.557, GdpPerPerson = 9756, Rank = 151, Unemployment = 12, OilProduction = 0, BirthRate = 8, MedianAge = 55, Electricity = 14878, Televisions = 1287863, PublicDebt = 20, Internet = 1422193 });
this.Add(new WorldStatsItem() { Code = @"GNB", Short = @"GW", Name = @"Guinea-Bissau", Continent = @"Africa", Population = 1792338, GdpTotal = 2851, Economy = @"Least Developed", Region = @"Western Africa", Status = @"Country", X = -14.59, Y = 11.942, GdpPerPerson = 1591, Rank = 152, Unemployment = 5, OilProduction = 5, BirthRate = 5, MedianAge = 55, Electricity = 74684, Televisions = 1427462, PublicDebt = 8, Internet = 365000 });
this.Add(new WorldStatsItem() { Code = @"GAB", Short = @"GA", Name = @"Gabon", Continent = @"Africa", Population = 1772255, GdpTotal = 35980, Economy = @"Developing", Region = @"Middle Africa", Status = @"Country", X = 11.592, Y = -0.807, GdpPerPerson = 20302, Rank = 153, Unemployment = 21, OilProduction = 240000, BirthRate = 36, MedianAge = 19, Electricity = 1520, Televisions = 63000, PublicDebt = 53, Internet = 145000 });
this.Add(new WorldStatsItem() { Code = @"SWZ", Short = @"SZ", Name = @"Eswatini", Continent = @"Africa", Population = 1467152, GdpTotal = 11060, Economy = @"Developing", Region = @"Southern Africa", Status = @"Country", X = 31.45, Y = -26.52, GdpPerPerson = 7538, Rank = 154, Unemployment = 6, OilProduction = 3, BirthRate = 17, MedianAge = 39, Electricity = 72804, Televisions = 229393, PublicDebt = 5, Internet = 427760 });
@@ -215,7 +216,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"MYT", Short = @"YT", Name = @"Mayotte", Continent = @"Africa", Population = 320901, GdpTotal = 2932, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = 45.14, Y = -12.84, GdpPerPerson = 9137, Rank = 183, Unemployment = 35, OilProduction = 0, BirthRate = 46, MedianAge = 50, Electricity = 1604505, Televisions = 256721, PublicDebt = 29, Internet = 192541 });
this.Add(new WorldStatsItem() { Code = @"GUF", Short = @"GF", Name = @"French Guiana", Continent = @"South America", Population = 296161, GdpTotal = 4562, Economy = @"Developed", Region = @"South America", Status = @"Dependency", X = -53.13, Y = 3.893, GdpPerPerson = 4386, Rank = 184, Unemployment = 3, OilProduction = 0, BirthRate = 15, MedianAge = 55, Electricity = 73845, Televisions = 147489, PublicDebt = 35, Internet = 209593 });
this.Add(new WorldStatsItem() { Code = @"BRB", Short = @"BB", Name = @"Barbados", Continent = @"North America", Population = 292336, GdpTotal = 4804, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -59.53, Y = 13.19, GdpPerPerson = 16433, Rank = 186, Unemployment = 8, OilProduction = 3, BirthRate = 21, MedianAge = 51, Electricity = 28728, Televisions = 173392, PublicDebt = 12, Internet = 73593 });
- this.Add(new WorldStatsItem() { Code = @"PYF", Short = @"PF", Name = @"Fr. Polynesia", Continent = @"Oceania", Population = 287881, GdpTotal = 5490, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -143.9, Y = -14.82, GdpPerPerson = 19070, Rank = 187, Unemployment = 1, OilProduction = 4, BirthRate = 6, MedianAge = 45, Electricity = 46206, Televisions = 43757, PublicDebt = 12, Internet = 172560 });
+ this.Add(new WorldStatsItem() { Code = @"PYF", Short = @"PF", Name = @"French Polynesia", Continent = @"Oceania", Population = 287881, GdpTotal = 5490, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -143.9, Y = -14.82, GdpPerPerson = 19070, Rank = 187, Unemployment = 1, OilProduction = 4, BirthRate = 6, MedianAge = 45, Electricity = 46206, Televisions = 43757, PublicDebt = 12, Internet = 172560 });
this.Add(new WorldStatsItem() { Code = @"VUT", Short = @"VU", Name = @"Vanuatu", Continent = @"Oceania", Population = 282814, GdpTotal = 723, Economy = @"Least Developed", Region = @"Melanesia", Status = @"Country", X = 168.21, Y = -16.97, GdpPerPerson = 2556, Rank = 188, Unemployment = 11, OilProduction = 4, BirthRate = 17, MedianAge = 39, Electricity = 50581, Televisions = 187584, PublicDebt = 42, Internet = 223352 });
this.Add(new WorldStatsItem() { Code = @"NCL", Short = @"NC", Name = @"New Caledonia", Continent = @"Oceania", Population = 279070, GdpTotal = 10770, Economy = @"Developing", Region = @"Melanesia", Status = @"Dependency", X = 165.26, Y = -21.09, GdpPerPerson = 38592, Rank = 189, Unemployment = 10, OilProduction = 3, BirthRate = 6, MedianAge = 49, Electricity = 18361, Televisions = 79923, PublicDebt = 45, Internet = 149003 });
this.Add(new WorldStatsItem() { Code = @"NCP", Short = @"XC", Name = @"Northern Cyprus", Continent = @"Asia", Population = 265100, GdpTotal = 3600, Economy = @"Developing", Region = @"Middle East", Status = @"Country", X = 33.714, Y = 35.257, GdpPerPerson = 13580, Rank = 190, Unemployment = 4, OilProduction = 5, BirthRate = 25, MedianAge = 51, Electricity = 84000, Televisions = 135551, PublicDebt = 30, Internet = 167480 });
@@ -227,10 +228,10 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"ABW", Short = @"AW", Name = @"Aruba", Continent = @"North America", Population = 115120, GdpTotal = 2516, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -69.98, Y = 12.519, GdpPerPerson = 21855, Rank = 196, Unemployment = 7, OilProduction = 2356, BirthRate = 13, MedianAge = 38, Electricity = 770, Televisions = 20000, PublicDebt = 46, Internet = 24000 });
this.Add(new WorldStatsItem() { Code = @"GRD", Short = @"GD", Name = @"Grenada", Continent = @"North America", Population = 111724, GdpTotal = 1511, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.69, Y = 12.123, GdpPerPerson = 13524, Rank = 197, Unemployment = 10, OilProduction = 0, BirthRate = 10, MedianAge = 50, Electricity = 4992, Televisions = 58674, PublicDebt = 42, Internet = 33132 });
this.Add(new WorldStatsItem() { Code = @"KIR", Short = @"KI", Name = @"Kiribati", Continent = @"Oceania", Population = 108145, GdpTotal = 211, Economy = @"Least Developed", Region = @"Micronesia", Status = @"Country", X = -157.333, Y = 1.884, GdpPerPerson = 1951, Rank = 198, Unemployment = 13, OilProduction = 4, BirthRate = 9, MedianAge = 52, Electricity = 37081, Televisions = 52395, PublicDebt = 40, Internet = 36620 });
- this.Add(new WorldStatsItem() { Code = @"VIR", Short = @"VI", Name = @"U.S. Virgin Island", Continent = @"North America", Population = 107268, GdpTotal = 3792, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -64.77, Y = 17.77, GdpPerPerson = 35351, Rank = 199, Unemployment = 11, OilProduction = 2, BirthRate = 12, MedianAge = 38, Electricity = 13387, Televisions = 77187, PublicDebt = 43, Internet = 40836 });
+ this.Add(new WorldStatsItem() { Code = @"VIR", Short = @"VI", Name = @"US Virgin Islands", Continent = @"North America", Population = 107268, GdpTotal = 3792, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -64.77, Y = 17.77, GdpPerPerson = 35351, Rank = 199, Unemployment = 11, OilProduction = 2, BirthRate = 12, MedianAge = 38, Electricity = 13387, Televisions = 77187, PublicDebt = 43, Internet = 40836 });
this.Add(new WorldStatsItem() { Code = @"TON", Short = @"TO", Name = @"Tonga", Continent = @"Oceania", Population = 106479, GdpTotal = 557, Economy = @"Developing", Region = @"Polynesia", Status = @"Country", X = -173.9, Y = -18.62, GdpPerPerson = 5231, Rank = 200, Unemployment = 4, OilProduction = 4, BirthRate = 5, MedianAge = 33, Electricity = 88735, Televisions = 30257, PublicDebt = 25, Internet = 71756 });
this.Add(new WorldStatsItem() { Code = @"FSM", Short = @"FM", Name = @"Micronesia", Continent = @"Oceania", Population = 104196, GdpTotal = 314, Economy = @"Developing", Region = @"Micronesia", Status = @"Country", X = 150.52, Y = 7.435, GdpPerPerson = 3014, Rank = 201, Unemployment = 9, OilProduction = 5, BirthRate = 5, MedianAge = 38, Electricity = 39068, Televisions = 45396, PublicDebt = 40, Internet = 29169 });
- this.Add(new WorldStatsItem() { Code = @"VCT", Short = @"VC", Name = @"St. Vincent and Grenadines", Continent = @"North America", Population = 102089, GdpTotal = 1241, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.17, Y = 13.239, GdpPerPerson = 12156, Rank = 202, Unemployment = 10, OilProduction = 5, BirthRate = 7, MedianAge = 30, Electricity = 39467, Televisions = 42804, PublicDebt = 9, Internet = 66754 });
+ this.Add(new WorldStatsItem() { Code = @"VCT", Short = @"VC", Name = @"St. Vincent", Continent = @"North America", Population = 102089, GdpTotal = 1241, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.17, Y = 13.239, GdpPerPerson = 12156, Rank = 202, Unemployment = 10, OilProduction = 5, BirthRate = 7, MedianAge = 30, Electricity = 39467, Televisions = 42804, PublicDebt = 9, Internet = 66754 });
this.Add(new WorldStatsItem() { Code = @"JEY", Short = @"JE", Name = @"Jersey", Continent = @"Europe", Population = 98840, GdpTotal = 5080, Economy = @"Developed", Region = @"Northern Europe", Status = @"Territory", X = -2.123, Y = 49.218, GdpPerPerson = 51396, Rank = 203, Unemployment = 4, OilProduction = 1, BirthRate = 18, MedianAge = 30, Electricity = 64261, Televisions = 52453, PublicDebt = 34, Internet = 3026 });
this.Add(new WorldStatsItem() { Code = @"ATG", Short = @"AG", Name = @"Antigua and Barbuda", Continent = @"North America", Population = 94731, GdpTotal = 2171, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -61.79, Y = 17.096, GdpPerPerson = 22918, Rank = 204, Unemployment = 3, OilProduction = 1, BirthRate = 5, MedianAge = 36, Electricity = 35849, Televisions = 75384, PublicDebt = 32, Internet = 6170 });
this.Add(new WorldStatsItem() { Code = @"SYC", Short = @"SC", Name = @"Seychelles", Continent = @"Africa", Population = 93920, GdpTotal = 2608, Economy = @"Developing", Region = @"Eastern Africa", Status = @"Country", X = 55.463, Y = -4.672, GdpPerPerson = 27768, Rank = 205, Unemployment = 2, OilProduction = 0, BirthRate = 16, MedianAge = 29, Electricity = 252, Televisions = 11000, PublicDebt = 92, Internet = 32000 });
@@ -244,7 +245,7 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"GRL", Short = @"GL", Name = @"Greenland", Continent = @"North America", Population = 57713, GdpTotal = 2173, Economy = @"Developed", Region = @"Northern America", Status = @"Dependency", X = -42.12, Y = 69.547, GdpPerPerson = 37652, Rank = 213, Unemployment = 7, OilProduction = 5, BirthRate = 19, MedianAge = 42, Electricity = 86090, Televisions = 43741, PublicDebt = 42, Internet = 11423 });
this.Add(new WorldStatsItem() { Code = @"KNA", Short = @"KN", Name = @"St. Kitts and Nevis", Continent = @"North America", Population = 52715, GdpTotal = 1427, Economy = @"Developing", Region = @"Central America", Status = @"Country", X = -62.77, Y = 17.351, GdpPerPerson = 27070, Rank = 214, Unemployment = 5, OilProduction = 2, BirthRate = 18, MedianAge = 40, Electricity = 65438, Televisions = 17719, PublicDebt = 11, Internet = 8543 });
this.Add(new WorldStatsItem() { Code = @"TCA", Short = @"TC", Name = @"Turks and Caicos Island", Continent = @"North America", Population = 52570, GdpTotal = 632, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -71.96, Y = 21.913, GdpPerPerson = 12022, Rank = 215, Unemployment = 6, OilProduction = 0, BirthRate = 13, MedianAge = 42, Electricity = 51325, Televisions = 13109, PublicDebt = 13, Internet = 24564 });
- this.Add(new WorldStatsItem() { Code = @"MNP", Short = @"MP", Name = @"N. Mariana Island", Continent = @"Oceania", Population = 52263, GdpTotal = 682, Economy = @"Developing", Region = @"Micronesia", Status = @"Dependency", X = 145.49, Y = 16.459, GdpPerPerson = 13049, Rank = 216, Unemployment = 10, OilProduction = 1, BirthRate = 9, MedianAge = 46, Electricity = 87386, Televisions = 13049, PublicDebt = 20, Internet = 5484 });
+ this.Add(new WorldStatsItem() { Code = @"MNP", Short = @"MP", Name = @"Northern Mariana Islands", Continent = @"Oceania", Population = 52263, GdpTotal = 682, Economy = @"Developing", Region = @"Micronesia", Status = @"Dependency", X = 145.49, Y = 16.459, GdpPerPerson = 13049, Rank = 216, Unemployment = 10, OilProduction = 1, BirthRate = 9, MedianAge = 46, Electricity = 87386, Televisions = 13049, PublicDebt = 20, Internet = 5484 });
this.Add(new WorldStatsItem() { Code = @"ASM", Short = @"AS", Name = @"American Samoa", Continent = @"Oceania", Population = 51504, GdpTotal = 711, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -170.6, Y = -14.3, GdpPerPerson = 13805, Rank = 217, Unemployment = 3, OilProduction = 4, BirthRate = 13, MedianAge = 42, Electricity = 65918, Televisions = 18802, PublicDebt = 23, Internet = 14691 });
this.Add(new WorldStatsItem() { Code = @"FRO", Short = @"FO", Name = @"Faeroe Island", Continent = @"Europe", Population = 50730, GdpTotal = 2001, Economy = @"Developed", Region = @"Northern Europe", Status = @"Dependency", X = -6.857, Y = 62.178, GdpPerPerson = 39444, Rank = 218, Unemployment = 15, OilProduction = 2, BirthRate = 11, MedianAge = 46, Electricity = 55029, Televisions = 11762, PublicDebt = 13, Internet = 2412 });
this.Add(new WorldStatsItem() { Code = @"SXM", Short = @"SX", Name = @"Sint Maarten", Continent = @"North America", Population = 42083, GdpTotal = 366, Economy = @"Developing", Region = @"Central America", Status = @"Dependency", X = -63.06, Y = 18.044, GdpPerPerson = 8697, Rank = 219, Unemployment = 14, OilProduction = 4, BirthRate = 19, MedianAge = 50, Electricity = 17166, Televisions = 8474, PublicDebt = 33, Internet = 14309 });
@@ -270,6 +271,6 @@ public WorldStats()
this.Add(new WorldStatsItem() { Code = @"FLK", Short = @"FK", Name = @"Falkland Island", Continent = @"South America", Population = 2931, GdpTotal = 282, Economy = @"Developed", Region = @"South America", Status = @"Dependency", X = -59.46, Y = -51.78, GdpPerPerson = 96213, Rank = 239, Unemployment = 3, OilProduction = 5, BirthRate = 9, MedianAge = 36, Electricity = 68007, Televisions = 1489, PublicDebt = 22, Internet = 1335 });
this.Add(new WorldStatsItem() { Code = @"NFK", Short = @"NF", Name = @"Norfolk Island", Continent = @"Oceania", Population = 2210, GdpTotal = 33, Economy = @"Developing", Region = @"Australia", Status = @"Dependency", X = 167.94, Y = -29.05, GdpPerPerson = 14932, Rank = 240, Unemployment = 1, OilProduction = 0, BirthRate = 15, MedianAge = 46, Electricity = 91943, Televisions = 583, PublicDebt = 41, Internet = 1183 });
this.Add(new WorldStatsItem() { Code = @"NIU", Short = @"NU", Name = @"Niue", Continent = @"Oceania", Population = 1626, GdpTotal = 10, Economy = @"Developing", Region = @"Polynesia", Status = @"Dependency", X = -169.8, Y = -19.05, GdpPerPerson = 6150, Rank = 241, Unemployment = 15, OilProduction = 4, BirthRate = 17, MedianAge = 51, Electricity = 16785, Televisions = 585, PublicDebt = 31, Internet = 1247 });
- this.Add(new WorldStatsItem() { Code = @"VAT", Short = @"VT", Name = @"Vatican", Continent = @"Europe", Population = 771, GdpTotal = 15, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 12.433, Y = 41.902, GdpPerPerson = 19450, Rank = 242, Unemployment = 0, OilProduction = 0, BirthRate = 0, MedianAge = 55, Electricity = 771, Televisions = 100, PublicDebt = 0, Internet = 771 });
+ this.Add(new WorldStatsItem() { Code = @"VAT", Short = @"VA", Name = @"Vatican", Continent = @"Europe", Population = 771, GdpTotal = 15, Economy = @"Developed", Region = @"Western Europe", Status = @"Country", X = 12.433, Y = 41.902, GdpPerPerson = 19450, Rank = 242, Unemployment = 0, OilProduction = 0, BirthRate = 0, MedianAge = 55, Electricity = 771, Televisions = 100, PublicDebt = 0, Internet = 771 });
}
}
diff --git a/samples/grids/grid/column-hiding-toolbar-style/App.razor b/samples/grids/grid/column-hiding-toolbar-style/App.razor
index cbc63e9f2..bf58096a6 100644
--- a/samples/grids/grid/column-hiding-toolbar-style/App.razor
+++ b/samples/grids/grid/column-hiding-toolbar-style/App.razor
@@ -31,7 +31,8 @@
Field="ID"
Header="ID"
DataType="GridColumnDataType.String"
- Sortable="true">
+ Hidden="true"
+ DisableHiding="true">
+ Sortable="true"
+ DisableHiding="true">
+ Sortable="true"
+ DisableHiding="true">
+ Sortable="true"
+ DisableHiding="true">
diff --git a/samples/grids/grid/column-hiding-toolbar-style/wwwroot/index.css b/samples/grids/grid/column-hiding-toolbar-style/wwwroot/index.css
index 596e02cd5..34ec5f1f1 100644
--- a/samples/grids/grid/column-hiding-toolbar-style/wwwroot/index.css
+++ b/samples/grids/grid/column-hiding-toolbar-style/wwwroot/index.css
@@ -8,21 +8,25 @@ https://dl.infragistics.com/x/css/samples/shared.v6.css
--ig-column-actions-title-color: #ffcd0f;
--ig-checkbox-tick-color: #292826;
--ig-checkbox-label-color: #ffcd0f;
+ --ig-checkbox-label-color-hover: #c5a11b;
--ig-checkbox-empty-color: #ffcd0f;
+ --ig-checkbox-focus-outline-color: #c5a11b;
+ --ig-checkbox-empty-fill-color: #292826;
--ig-checkbox-fill-color: #ffcd0f;
+ --ig-checkbox-fill-color-hover: #c5a11b;
--ig-input-group-idle-text-color: white;
--ig-input-group-filled-text-color: #ffcd0f;
--ig-input-group-focused-text-color: #ffcd0f;
--ig-input-group-focused-border-color: #ffcd0f;
--ig-input-group-focused-secondary-color: #ffcd0f;
- --igx-button-foreground: #292826;
- --igx-button-background: #ffcd0f;
- --igx-button-hover-background: #404040;
- --igx-button-hover-foreground: #ffcd0f;
- --igx-button-focus-background: #ffcd0f;
- --igx-button-focus-foreground: black;
- --igx-button-focus-visible-background: #ffcd0f;
- --igx-button-focus-visible-foreground: black;
- --igx-button-disabled-foreground: #ffcd0f;
+ --ig-flat-button-foreground: #292826;
+ --ig-flat-button-background: #ffcd0f;
+ --ig-flat-button-hover-background: #404040;
+ --ig-flat-button-hover-foreground: #ffcd0f;
+ --ig-flat-button-focus-background: #ffcd0f;
+ --ig-flat-button-focus-foreground: black;
+ --ig-flat-button-focus-visible-background: #ffcd0f;
+ --ig-flat-button-focus-visible-foreground: black;
+ --ig-flat-button-disabled-foreground: #ffcd0f;
}
diff --git a/samples/grids/hierarchical-grid/cell-selection-mode/App.razor b/samples/grids/hierarchical-grid/cell-selection-mode/App.razor
index d2ab94777..3c02107b0 100644
--- a/samples/grids/hierarchical-grid/cell-selection-mode/App.razor
+++ b/samples/grids/hierarchical-grid/cell-selection-mode/App.razor
@@ -16,7 +16,9 @@
PropertyPath="CellSelection"
Name="CellSelectionEditorHierarchicalGrid"
@ref="cellSelectionEditorHierarchicalGrid"
- ValueType="PropertyEditorValueType.EnumValue">
+ ValueType="PropertyEditorValueType.EnumValue"
+ DropDownNames="@(new string[] { "None", "Single", "Multiple" })"
+ DropDownValues="@(new string[] { "None", "Single", "Multiple" })">
-
-
-
-
-
-
-
-
-
diff --git a/samples/grids/tree-grid/column-hiding-toolbar-style/App.razor b/samples/grids/tree-grid/column-hiding-toolbar-style/App.razor
index c42242ac2..d73a269ce 100644
--- a/samples/grids/tree-grid/column-hiding-toolbar-style/App.razor
+++ b/samples/grids/tree-grid/column-hiding-toolbar-style/App.razor
@@ -33,7 +33,9 @@
+ Sortable="true"
+ Hidden="true"
+ DisableHiding="true">
+ Sortable="true"
+ DisableHiding="true">
+ Sortable="true"
+ DisableHiding="true">
+ Sortable="true"
+ DisableHiding="true">
+ Sortable="true"
+ DisableHiding="true">
diff --git a/samples/grids/tree-grid/column-hiding-toolbar-style/wwwroot/index.css b/samples/grids/tree-grid/column-hiding-toolbar-style/wwwroot/index.css
index 433df9486..80704a107 100644
--- a/samples/grids/tree-grid/column-hiding-toolbar-style/wwwroot/index.css
+++ b/samples/grids/tree-grid/column-hiding-toolbar-style/wwwroot/index.css
@@ -4,25 +4,29 @@ https://dl.infragistics.com/x/css/samples/shared.v6.css
*/
#treeGrid {
- --ig-column-actions-background-color: #292826;
+--ig-column-actions-background-color: #292826;
--ig-column-actions-title-color: #ffcd0f;
--ig-checkbox-tick-color: #292826;
--ig-checkbox-label-color: #ffcd0f;
+ --ig-checkbox-label-color-hover: #c5a11b;
--ig-checkbox-empty-color: #ffcd0f;
+ --ig-checkbox-focus-outline-color: #c5a11b;
+ --ig-checkbox-empty-fill-color: #292826;
--ig-checkbox-fill-color: #ffcd0f;
+ --ig-checkbox-fill-color-hover: #c5a11b;
--ig-input-group-idle-text-color: white;
--ig-input-group-filled-text-color: #ffcd0f;
--ig-input-group-focused-text-color: #ffcd0f;
--ig-input-group-focused-border-color: #ffcd0f;
--ig-input-group-focused-secondary-color: #ffcd0f;
- --igx-button-foreground: #292826;
- --igx-button-background: #ffcd0f;
- --igx-button-hover-background: #404040;
- --igx-button-hover-foreground: #ffcd0f;
- --igx-button-focus-background: #ffcd0f;
- --igx-button-focus-foreground: black;
- --igx-button-focus-visible-background: #ffcd0f;
- --igx-button-focus-visible-foreground: black;
- --igx-button-disabled-foreground: #ffcd0f;
+ --ig-flat-button-foreground: #292826;
+ --ig-flat-button-background: #ffcd0f;
+ --ig-flat-button-hover-background: #404040;
+ --ig-flat-button-hover-foreground: #ffcd0f;
+ --ig-flat-button-focus-background: #ffcd0f;
+ --ig-flat-button-focus-foreground: black;
+ --ig-flat-button-focus-visible-background: #ffcd0f;
+ --ig-flat-button-focus-visible-foreground: black;
+ --ig-flat-button-disabled-foreground: #ffcd0f;
}