-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1 from SyncfusionExamples/MAUI-848940-Prepare_sam…
…ple_for_tornado_chart MAUI-848940- Added tornado chart sample
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 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,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) | ||
|
||
|
||
|
||
|