Announcement

Collapse
No announcement yet.

Shade in COG

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

  • Shade in COG

    Hello,

    I'm trying to draw "shade" lines between theSQH/L bands in the attached COG study. However, I can't seem to get it to work. Can someone help, please. Thank you.

    Diane
    Attached Files

  • #2
    Re: Shade in COG

    Diane
    Use the same routine I provided to you in this thread replacing the drawTextRelative() command with the following
    PHP Code:
    drawLineRelative(-jmyRef[j-1][1], -jmyRef[j-1][3], PS_SOLID12Color.lime"shade"+j); 
    Once you implement this it should draw the lines between the SQH and SQL lines
    Alex


    Originally posted by Diane P
    Hello,

    I'm trying to draw "shade" lines between theSQH/L bands in the attached COG study. However, I can't seem to get it to work. Can someone help, please. Thank you.

    Diane

    Comment


    • #3
      Thank you, Alex! As always, I appreciate, so much, you being there for us.
      Diane

      Comment


      • #4
        Diane
        You are most welcome
        Alex


        Originally posted by Diane P
        Thank you, Alex! As always, I appreciate, so much, you being there for us.
        Diane

        Comment

        Working...
        X