Page 1 of 1

Hiding line in THorizLineSeries

Posted: Fri Dec 09, 2016 9:19 am
by 16578522
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

Re: Hiding line in THorizLineSeries

Posted: Mon Dec 12, 2016 9:39 am
by yeray
Hello,
johnnix wrote:with point marks visible and I wish to hide the line
Do you mean the marks arrow?

Code: Select all

Series1.Marks.Arrow.Visible:=false;