@@ -13,9 +13,12 @@ public MainPage()
13
13
//polarChart.Title = new Label() { Text = "Plant Analysis", HorizontalTextAlignment = TextAlignment.Center };
14
14
//polarChart.Legend = new ChartLegend();
15
15
//polarChart.PrimaryAxis = new CategoryAxis();
16
- //polarChart.SecondaryAxis = new NumericalAxis();
16
+ //polarChart.SecondaryAxis = new NumericalAxis()
17
+ //{
18
+ // Maximum = 100
19
+ //};
17
20
18
- //PolarAreaSeries series1 = new PolarAreaSeries ()
21
+ //PolarLineSeries series1 = new PolarLineSeries ()
19
22
//{
20
23
// ItemsSource = (new ViewModel()).PlantDetails,
21
24
// XBindingPath = "Direction",
@@ -25,7 +28,7 @@ public MainPage()
25
28
// ShowDataLabels = true,
26
29
//};
27
30
28
- //PolarAreaSeries series2 = new PolarAreaSeries ()
31
+ //PolarLineSeries series2 = new PolarLineSeries ()
29
32
//{
30
33
// ItemsSource = (new ViewModel()).PlantDetails,
31
34
// XBindingPath = "Direction",
@@ -35,7 +38,7 @@ public MainPage()
35
38
// ShowDataLabels = true,
36
39
//};
37
40
38
- //PolarAreaSeries series3 = new PolarAreaSeries ()
41
+ //PolarLineSeries series3 = new PolarLineSeries ()
39
42
//{
40
43
// ItemsSource = (new ViewModel()).PlantDetails,
41
44
// XBindingPath = "Direction",
0 commit comments