hello, I'm testing using teechart in an iPhone app. I'm using Delphi XE2 update 4 & the last source code for tee chart. My test code is very simple: procedure TForm1.FormCreate(Sender: TObject); begin Series1.FillSampleValues(5); end; The attached screenshot show the obtained chart in the iOS Simula...