Skip to content

Commit

Permalink
Merge pull request #3 from subash-sf/sub_branch
Browse files Browse the repository at this point in the history
Resolve Validation Failures in Chart KB Repositories: Added ReadMe content
  • Loading branch information
Saravanan-Madhesh authored Jan 29, 2025
2 parents 8a7eed7 + 833d2fc commit e5738b1
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Creating-the-.NET-MAUI-Bar-Chart-for-the-most-traded-goods-between-the-US-and-China-in-2017
# Creating the .NET MAUI Bar Chart for the most traded goods between the US and China in 2017

This sample demonstrates how to create a .Net Maui Bar chart for most traded goods between the US and China in 2017.
This sample demonstrates how to create a [.Net MAUI Bar chart](https://help.syncfusion.com/maui/cartesian-charts/barchart) for most traded goods between the US and China in 2017.

A bar chart uses rectangular bars to represent data values. In the context of analyzing the U.S.’s import and export trends with China, a bar chart can effectively illustrate key trends in trade flows.

In our example, we’re going to create a custom bar chart by integrating images and descriptions into the relevant data source. Images can enhance the visual appeal and comprehension of the chart beyond mere text.

The output will be displayed as shown in the following image.

![Trade_US_China](https://github.com/SyncfusionExamples/Creating-the-.NET-MAUI-Bar-Chart-for-the-most-traded-goods-between-the-US-and-China-in-2017/assets/124584591/bb572ca5-d964-4a24-9b7f-da32970d6d7c)

## Customized the Bar chart

In this sample, we have enhance the appearance of Bar Chart by customizing the Segment with integrating images and description to the relavent data source with underline.
In this sample, we have enhanced the appearance of Bar Chart by customizing the Segment with integrating images and description to the relavent data source.

For more details on the step - by - step procedure, refer to the blog of [Most traded goods between US and China in 2017](https://www.syncfusion.com/blogs/post/maui-bar-chart-traded-goods-us/amp).

for more details on the step - by - step procedure, refer to the blog of [Most traded goods between US and China in 2017]().
## 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.

0 comments on commit e5738b1

Please sign in to comment.