Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tornado chart sample #1

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Creating--a--Tornado--Chart--for--Comparison--of--Petrol--and--Diesel--Prices--in--the--UK
Creating a Tornado Chart for Comparison of Petrol and Diesel Prices in the UK
# Creating-a-Tornado-Chart-for-Comparison-of-Petrol-and-Diesel-Prices-in-the-UK
In this section, we will compare the annual prices of ULSP (Ultra-low sulfur petrol) and ULSD (Ultra-low sulfur diesel) in the United Kingdom using a tornado chart. We'll be utilizing the power of the [.NET MAUI Syncfusion Cartesian Chart](https://help.syncfusion.com/maui/cartesian-charts/getting-started). This chart will allow us to identify and compare the prices of petrol and diesel.

The tornado 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 two-side bar graph, which is a visually striking way to showcase and compare prices of petrol and diesel in the UK

To render tornado chart, initialize the [SfCartesianChart[(https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html?tabs=tabid-1) and switch the chart X and Y axes by using the *IsTransposed* property as true.

![image](https://github.com/SyncfusionExamples/Creating-a-Tornado-Chart-for-Comparison-of-Petrol-and-Diesel-Prices-in-the-UK/assets/102796134/f3d16250-26d6-4b61-b144-9c20a1616d32)