Skip to content

Commit

Permalink
I commit the chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
SuryaKaran2143 committed Jun 26, 2024
1 parent 9d257bf commit b043aa5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Polar_chart_sample/PolarChartSample/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ public MainPage()
//polarChart.Title = new Label() { Text = "Plant Analysis", HorizontalTextAlignment = TextAlignment.Center };
//polarChart.Legend = new ChartLegend();
//polarChart.PrimaryAxis = new CategoryAxis();
//polarChart.SecondaryAxis = new NumericalAxis();
//polarChart.SecondaryAxis = new NumericalAxis()
//{
// Maximum = 100
//};

//PolarAreaSeries series1 = new PolarAreaSeries()
//PolarLineSeries series1 = new PolarLineSeries()
//{
// ItemsSource = (new ViewModel()).PlantDetails,
// XBindingPath = "Direction",
Expand All @@ -25,7 +28,7 @@ public MainPage()
// ShowDataLabels = true,
//};

//PolarAreaSeries series2 = new PolarAreaSeries()
//PolarLineSeries series2 = new PolarLineSeries()
//{
// ItemsSource = (new ViewModel()).PlantDetails,
// XBindingPath = "Direction",
Expand All @@ -35,7 +38,7 @@ public MainPage()
// ShowDataLabels = true,
//};

//PolarAreaSeries series3 = new PolarAreaSeries()
//PolarLineSeries series3 = new PolarLineSeries()
//{
// ItemsSource = (new ViewModel()).PlantDetails,
// XBindingPath = "Direction",
Expand Down

0 comments on commit b043aa5

Please sign in to comment.