After installing the TeeChart 2015.15.150420 VCL/FMX for C++Builder XE7 on Windows 7-64 bit the LinePen->Visible property of the TLineSeries is always True and I can't do it False both when editing in Object Inspector or during runtime by the command <Name>->LinePen->Visible = false (where <Name> is the name of TLineSeries object).
To compensate this mistake and hide the line of the TLineSeries object (and leave only points) I use the LinePen->Style property like this: <Name>->LinePen->Style = psClear (where <Name> is the name of TLineSeries object).
Mistake in TLineSeries in TeeChart 2015.15.150420 VCL/FMX
Re: Mistake in TLineSeries in TeeChart 2015.15.150420 VCL/FMX
Hello,
I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1205
Thanks for reporting it.
I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1205
Thanks for reporting it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |