Page 1 of 1

Mistake in TLineSeries in TeeChart 2015.15.150420 VCL/FMX

Posted: Thu May 07, 2015 2:16 pm
by 16570110
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).

Re: Mistake in TLineSeries in TeeChart 2015.15.150420 VCL/FMX

Posted: Fri May 08, 2015 3:00 pm
by yeray
Hello,

I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1205

Thanks for reporting it.