Flip graph

Is there any way to flip the graph round where the highest value would be at the top and the lowest at the bottom? So for example 'M5' would be at the bottom of the graph and 'M4' would be at the top?

GRAPH.png


1 Reply

DG Durga Gopalakrishnan Syncfusion Team August 6, 2021 02:55 PM UTC

Hi Jordan, 

Greetings from Syncfusion. 

We suggest you to enable IsInversed property for X axis to display axis labels in reversed way. Please check with the below sample and snippet. 

<SfChart> 
    <ChartPrimaryXAxis IsInversed="true"></ChartPrimaryXAxis> 
</SfChart> 


 


Please revert us if you have any concerns. 

Regards, 
Durga G 


Loader.
Up arrow icon