Page 1 of 1

Steema.TeeChart.NET.Xamarin.Forms v4.2022.12.20 breaks in iOS v17.0.3

Posted: Wed Oct 04, 2023 11:06 pm
by 18286055
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.

Re: Steema.TeeChart.NET.Xamarin.Forms v4.2022.12.20 breaks in iOS v17.0.3

Posted: Thu Oct 05, 2023 12:39 am
by 18286055
Found a workaround and it works on both platforms...

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

Posted: Fri Oct 06, 2023 8:42 am
by ruben
Hi,

thanks for feedback.

Regards,
Ruben