Hi Mik,
Greetings from Syncfusion support.
We would like to let you know that using ChartAxis IsInversed property to render the chart series from RightToLeft. And use ChartAxis OpposedPosition property is to move the secondary axis from left to right side.
Please find the code Snippet below
|
<chart:SfChart.PrimaryAxis>
<chart:CategoryAxis IsInversed="True"/>
</chart:SfChart.PrimaryAxis>
<chart:SfChart.SecondaryAxis>
<chart:NumericalAxis OpposedPosition="True"/>
</chart:SfChart.SecondaryAxis>
|
For more information please refer the below link
Regards,
Yuvaraj