BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Khawar,
Thanks for using Syncfusion products.
We have analyzed your query and this can be achieved in
SfChart by using ShowAxisNextToOrigin property as shown in the below code
snippet. We have also prepared a sample based on your requirement.
Please find the sample from the following location.
Code Snippet [XAML]:
<chart:SfChart.PrimaryAxis>
<chart:NumericalAxis ShowAxisNextToOrigin="True"/>
chart:SfChart.PrimaryAxis>
<chart:SfChart.SecondaryAxis>
<chart:NumericalAxis ShowAxisNextToOrigin="True"/>
chart:SfChart.SecondaryAxis>
Please let us know if you require further assistance on this.
Regards,
Suresh S
Hi Khawar,
Thanks for using Syncfusion products.
We have analyzed your query and this can be achieved in SfChart by using ShowAxisNextToOrigin property as shown in the below code snippet. We have also prepared a sample based on your requirement.
Please find the sample from the following location.
Code Snippet [XAML]:
<chart:SfChart.PrimaryAxis>
<chart:NumericalAxis ShowAxisNextToOrigin="True"/>
chart:SfChart.PrimaryAxis>
<chart:SfChart.SecondaryAxis>
<chart:NumericalAxis ShowAxisNextToOrigin="True"/>
chart:SfChart.SecondaryAxis>
Please let us know if you require further assistance on this.
Regards,
Suresh S
Attachment: SfChartAxis_9f55c38.zip
Hi Khawar,
Thanks for your response.
Please let us know if you require further assistance on this.
Thanks,
Rachel. A