From e13018a22f0a3907900586b004dd73187b763266 Mon Sep 17 00:00:00 2001 From: Sowndharya1911 <102796134+Sowndharya1911@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:28:01 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9cf452..b057718 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ In this section, we will compare the annual prices of ULSP (Ultra-low sulfur pet 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. +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