@@ -98,13 +98,13 @@ Next, create a view model class and initialize a list of `PlantData` objects as
9898 PlantDetails = new List <PlantData >()
9999 {
100100 new PlantData (){ Direction = " North" , Tree = 80 , Flower = 42 , Weed = 63 },
101- new PlantData (){ Direction = " NorthWest " , Tree = 85 , Flower = 40 , Weed = 70 },
102- new PlantData (){ Direction = " West " , Tree = 78 , Flower = 47 , Weed = 65 },
103- new PlantData (){ Direction = " SouthWest " , Tree = 90 , Flower = 40 , Weed = 70 },
101+ new PlantData (){ Direction = " NorthEast " , Tree = 85 , Flower = 40 , Weed = 70 },
102+ new PlantData (){ Direction = " East " , Tree = 78 , Flower = 47 , Weed = 65 },
103+ new PlantData (){ Direction = " SouthEast " , Tree = 90 , Flower = 40 , Weed = 70 },
104104 new PlantData (){ Direction = " South" , Tree = 78 , Flower = 27 , Weed = 47 },
105- new PlantData (){ Direction = " SouthEast " , Tree = 83 , Flower = 45 , Weed = 65 },
106- new PlantData (){ Direction = " East " , Tree = 79 , Flower = 40 , Weed = 58 },
107- new PlantData (){ Direction = " NorthEast " , Tree = 88 , Flower = 38 , Weed = 73 }
105+ new PlantData (){ Direction = " SouthWest " , Tree = 83 , Flower = 45 , Weed = 65 },
106+ new PlantData (){ Direction = " West " , Tree = 79 , Flower = 40 , Weed = 58 },
107+ new PlantData (){ Direction = " NorthWest " , Tree = 88 , Flower = 38 , Weed = 73 }
108108 };
109109 }
110110 }
@@ -465,5 +465,7 @@ The following code example gives you the complete code of above configurations.
465465
466466The following chart is created as a result of the previous codes.
467467
468- <img width =" 554 " alt =" polar-README " src =" https://github.com/SyncfusionExamples/Creating-a-Getting-Started-application-for-NET-MAUI-Polar-Chart/assets/103025761/01e0c860-be28-4051-b9cb-1d87a4532f07 " >
468+ ![ MAUI_polar_chartdemo] ( https://github.com/user-attachments/assets/9903e1f6-0410-41f2-a66f-4c5433fba84f )
469+
470+
469471
0 commit comments