Hi Dennis,
Thanks for using Syncfusion products.
You can achieve your requirement by applying below code snippet:
Code snippet [XAML]:
<chart:ChartArea.PrimaryAxis>
<chart:ChartAxis chart:ChartArea.ShowGridLines="False"
chart:ChartArea.ShowOriginLine="True" Origin="2"
SmallTicksPerInterval="0">
<chart:ChartArea.OriginLineStroke>
<Pen Brush="Brown" Thickness="3"/>
</chart:ChartArea.OriginLineStroke>
</chart:ChartAxis>
</chart:ChartArea.PrimaryAxis>
<chart:ChartArea.SecondaryAxis>
<chart:ChartAxis chart:ChartArea.ShowGridLines="False"
chart:ChartArea.ShowOriginLine="True" Origin="1"
SmallTicksPerInterval="0">
<chart:ChartArea.OriginLineStroke>
<Pen Brush="Brown" Thickness="3"/>
</chart:ChartArea.OriginLineStroke>
</chart:ChartAxis>
</chart:ChartArea.SecondaryAxis>
We have prepared a sample based on this and you can
find the sample under the following location:
Please let us know if you have any queries.
Regards,
Muneesh Kumar G.
Sample_b33cfb49.zip