Announcement

Collapse
No announcement yet.

EFS's Lines not removed when unchecking study in "Edit Studies"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • EFS's Lines not removed when unchecking study in "Edit Studies"

    I have an EFS that draws some lines. When I "disable" the study in "Edit studies" my text labels disappear, but the lines are not removed.

    How do I make everything disappear? Is there a function that is called upon "unload" where I can manually remove all lines? Some other method?

    Thanks!
    eSignal File Share: http://share.esignal.com/groupcontents.jsp?groupid=1130

  • #2
    Re: EFS's Lines not removed when unchecking study in "Edit Studies"

    Daniel
    Use the drawLineXxx() function instead of the addLineTool() function which applies those lines to the chart as if they were drawn using the Line Tools hence as graphic objects of the chart rather than of the efs
    Alex


    Originally posted by neoikon
    I have an EFS that draws some lines. When I "disable" the study in "Edit studies" my text labels disappear, but the lines are not removed.

    How do I make everything disappear? Is there a function that is called upon "unload" where I can manually remove all lines? Some other method?

    Thanks!

    Comment

    Working...
    X