Page 2 of 2

Re: Porting to Delphi 10.1 Berlin

Posted: Mon May 15, 2017 8:23 am
by 16580071
Yes, it seems to be working

I put this line where i set chart parameters:

AChart.LeftAxis.SetMinMax(AChart.Series[0].MinYValue, AChart.Series[0].MaxYValue);

It's correct?