@@ -13,9 +13,12 @@ public MainPage()
1313 //polarChart.Title = new Label() { Text = "Plant Analysis", HorizontalTextAlignment = TextAlignment.Center };
1414 //polarChart.Legend = new ChartLegend();
1515 //polarChart.PrimaryAxis = new CategoryAxis();
16- //polarChart.SecondaryAxis = new NumericalAxis();
16+ //polarChart.SecondaryAxis = new NumericalAxis()
17+ //{
18+ // Maximum = 100
19+ //};
1720
18- //PolarAreaSeries series1 = new PolarAreaSeries ()
21+ //PolarLineSeries series1 = new PolarLineSeries ()
1922 //{
2023 // ItemsSource = (new ViewModel()).PlantDetails,
2124 // XBindingPath = "Direction",
@@ -25,7 +28,7 @@ public MainPage()
2528 // ShowDataLabels = true,
2629 //};
2730
28- //PolarAreaSeries series2 = new PolarAreaSeries ()
31+ //PolarLineSeries series2 = new PolarLineSeries ()
2932 //{
3033 // ItemsSource = (new ViewModel()).PlantDetails,
3134 // XBindingPath = "Direction",
@@ -35,7 +38,7 @@ public MainPage()
3538 // ShowDataLabels = true,
3639 //};
3740
38- //PolarAreaSeries series3 = new PolarAreaSeries ()
41+ //PolarLineSeries series3 = new PolarLineSeries ()
3942 //{
4043 // ItemsSource = (new ViewModel()).PlantDetails,
4144 // XBindingPath = "Direction",
0 commit comments