Hello Syncfusion Team,
I tried achieving the same functionality in xamarin forms in XAML as follows:
<xForms:NumericalAxis.StripLines>
<xForms:NumericalStripLine
Width="0.0001"
FillColor="Blue"
Start="100"
StrokeWidth="3"
Text="100" />
</xForms:NumericalAxis.StripLines>
In our case, this stripline is not the primary or secondary axis. This piece of code didn't work. Can you please look into it?
Thanks,
Satya K.