Hey guys!
I have been working with the SfChart for Xamarin Forms, and found a bug that I wanted to share.
I am using a Numerical Axis as the SecondaryAxis, and when setting the minimum to 0 WITHOUT setting a maximum the iOS build will crash with the not very useful error message of
Assertion failed: (CGFloatIsVali
d(x) && CGFloatIsValid(y)), function void CGPathMoveToPoint(CGMutablePathRef, const CGAffineTransform *, CGFloat, CGFloat), file Paths/CGPath.cc, line 254.
The program 'Mono' has exited with code 0 (0x0).
Setting the maximum or not setting the minimum will make the app not crash, but this looks like something that should be caught further up, and not lead to a crash.
Please note that this only started happening when we switched from using dummy data to using an empty dataset, that would be filled later by real data from an online source.