TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
LucaC
- Newbie
- Posts: 14
- Joined: Wed Feb 08, 2017 12:00 am
-
Contact:
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?