Skip to content

Commit

Permalink
Merge pull request #3 from SyncfusionExamples/TASK-856400_Sample_for_…
Browse files Browse the repository at this point in the history
…biggest_cash_crop

Task 856400 Updated the sample
  • Loading branch information
SyncfusionKarthikeyan authored Nov 29, 2023
2 parents 676168c + 41e0d6f commit 679e680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BiggestCashCrop/BiggestCashCrop/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Margin="0,10,5,0" Background="#199AFB"/>
<StackPanel Grid.Column="1" >
<TextBlock Text="The Six Biggest Cash Crop in the U.S" FontSize="35" FontWeight="SemiBold" Foreground="White"/>
<TextBlock Text="Crops with the biggest wholesale harvest value in the U.S in 2022(in billion U.S dollars)" FontSize="18" Foreground="Gray"/>
<TextBlock Text="The Six Biggest Cash Crops in the U.S." FontSize="35" FontWeight="SemiBold" Foreground="White"/>
<TextBlock Text="Crops with the biggest wholesale harvest value in the U.S in 2022(in billions of USD)" FontSize="18" Foreground="Gray"/>
</StackPanel>
</Grid>
</chart:SfChart3D.Header>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<img width="914" alt="Demo" src="https://github.com/SyncfusionExamples/Creating-a-3D-Pie-Chart-for-the-Biggest-Cash-Crop-in-the-U.S/assets/103025761/ed25b897-5385-40bf-9258-f9093fc2e539">
<img width="934" alt="Demo" src="https://github.com/SyncfusionExamples/Creating-a-3D-Pie-Chart-for-the-Biggest-Cash-Crop-in-the-U.S/assets/103025761/735078fe-2357-42ac-933c-b62f5ecf0f29">



## Troubleshooting
Expand Down

0 comments on commit 679e680

Please sign in to comment.