Steema.TeeChart.NET.Xamarin.Forms v4.2022.12.20 breaks in iOS v17.0.3
Most values are not rendered correctly and it worked in iOS v17.0.2. The Y values change when rendered but are actually the correct values when inserted into the DataLine.
Steema.TeeChart.NET.Xamarin.Forms v4.2022.12.20 breaks in iOS v17.0.3
Re: Steema.TeeChart.NET.Xamarin.Forms v4.2022.12.20 breaks in iOS v17.0.3
Found a workaround and it works on both platforms...
change
change
Line.Add( point.Date, point.Value, point.Label, color );
to Line.Add( Utils.DateTime( point.Date ), point.Value, point.Label, color );
Re: Steema.TeeChart.NET.Xamarin.Forms v4.2022.12.20 breaks in iOS v17.0.3
Hi,
thanks for feedback.
Regards,
Ruben
thanks for feedback.
Regards,
Ruben