Skip to content

SyncfusionExamples/Creating-a-Bar-Chart-for-compare-the-grocery-items-price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Creating-a-Bar-Chart-for-compare-the-grocery-items-price

In this section, we'll delve into a detailed comparison of grocery item prices in the United States and the United Kingdom. To make this analysis more accessible and informative, we'll be utilizing the power of the .NET MAUI Syncfusion Horizontal Bar graph.

The Horizontal Bar graph is an excellent tool for visualizing data in a way that allows for easy comparisons between different categories. In our case, we'll be visualizing a pyramid bar graph, which is a visually striking way to showcase and compare prices of various grocery items in US and UK countries.

To render bar chart, initialize the SfCartesianChart and switch the chart X and Y axes by using the IsTransposed property as true.

Horizontal_bar_chart

If you'd like more information or a detailed guide, refer Compare grocery items prices using horizonatl bar chart blog.