Porting to Delphi 10.1 Berlin

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
LucaC
Newbie
Newbie
Posts: 14
Joined: Wed Feb 08, 2017 12:00 am
Contact:

Re: Porting to Delphi 10.1 Berlin

Post by LucaC » Mon May 15, 2017 8:23 am

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?

Post Reply