Mistake in TLineSeries in TeeChart 2015.15.150420 VCL/FMX
Posted: 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).
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).