diff --git a/README.md b/README.md index a32607f..0cebd5b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# Creating-a-3D-Pie-Chart-for-the-Biggest-Cash-Crop-in-the-U.S -This article explains how to create a 3D pie chart to visualize the biggest cash crops in the US in 2022. +# Creating a 3D Pie Chart for the Biggest Cash Crop in the U.S + +## Description +The [3D pie chart](https://www.syncfusion.com/wpf-controls/charts/wpf-3d-pie-chart) is a visual representation of data that utilizes three dimensions to illustrate the proportions of various parts of a whole. In a 3D pie chart, the slices of the pie are distinguished not only by their angles and areas but also by their depth, resulting in a three-dimensional effect. + +## Customization +We can customize the 3D chart view using properties such as [Depth](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SfChart3D.html#Syncfusion_UI_Xaml_Charts_SfChart3D_Depth), [Rotation](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SfChart3D.html#Syncfusion_UI_Xaml_Charts_SfChart3D_Rotation), and [Tilt](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SfChart3D.html#Syncfusion_UI_Xaml_Charts_SfChart3D_Tilt). Additionally, we can enable dynamic rotation of the chart in three dimensions using the [EnableRotation](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SfChart3D.html#Syncfusion_UI_Xaml_Charts_SfChart3D_EnableRotation) property. + +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 + +## Troubleshooting +### Path too long exception +If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project. + +For a step-by-step procedure, refer to the [Biggest Cash Crop in US]() blog post.