diff --git a/BiggestCashCrop/BiggestCashCrop/MainWindow.xaml b/BiggestCashCrop/BiggestCashCrop/MainWindow.xaml index a111f5c..5bb2408 100644 --- a/BiggestCashCrop/BiggestCashCrop/MainWindow.xaml +++ b/BiggestCashCrop/BiggestCashCrop/MainWindow.xaml @@ -25,8 +25,8 @@ - - + + diff --git a/README.md b/README.md index 5583a00..9d76840 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ We can customize the 3D chart view using properties such as [Depth](https://help We have enhanced the appearance of our chart by customizing pie series appearances using [CircleCoefficient](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.CircularSeriesBase3D.html#Syncfusion_UI_Xaml_Charts_CircularSeriesBase3D_CircleCoefficient) and [Palette](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartSeriesBase.html#Syncfusion_UI_Xaml_Charts_ChartSeriesBase_Palette) properties. This article explains how to create a 3D pie chart to visualize the six biggest cash crops in the US for 2022. -Demo +Demo + ## Troubleshooting