Skip to content

Commit

Permalink
Merge pull request #1 from SyncfusionExamples/MAUI-848940-Prepare_sam…
Browse files Browse the repository at this point in the history
…ple_for_tornado_chart

MAUI-848940- Added tornado chart sample
  • Loading branch information
SyncfusionKarthikeyan authored Oct 26, 2023
2 parents b166c81 + 16c7481 commit 2f51f21
Showing 1 changed file with 12 additions and 2 deletions.
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)




0 comments on commit 2f51f21

Please sign in to comment.