-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from subash-sf/sub_branch
Resolve Validation Failures in Chart KB Repositories: Added ReadMe content
- Loading branch information
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |