Hello,
With v.2015.16.150901 I am using a THorizLineSeries with point marks visible and I wish to hide the line, I can do so by setting transparency to 100% but is this the correct way to go? I tried setting LinePen.Visible to false but does not work.
Regards
Hiding line in THorizLineSeries
Re: Hiding line in THorizLineSeries
Hello,
Do you mean the marks arrow?johnnix wrote:with point marks visible and I wish to hide the line
Code: Select all
Series1.Marks.Arrow.Visible:=false;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |