Mistake in TLineSeries in TeeChart 2015.15.150420 VCL/FMX

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
pmarkov
Newbie
Newbie
Posts: 1
Joined: Thu Aug 28, 2014 12:00 am

Mistake in TLineSeries in TeeChart 2015.15.150420 VCL/FMX

Post by pmarkov » Thu May 07, 2015 2:16 pm

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).

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Mistake in TLineSeries in TeeChart 2015.15.150420 VCL/FMX

Post by Yeray » Fri May 08, 2015 3:00 pm

Hello,

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

Thanks for reporting it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply