Announcement

Collapse
No announcement yet.

labels on study

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

  • labels on study

    Hello.

    I am unable to hide the labels on the chart for this EFS.
    I have selected "F" on the labels tab on the studies control panel but the labels are still visable.

    Appreciate any help

    Thx
    swan
    Attached Files

  • #2
    Add // to the begining of line 286, this will stop the text values
    being printed


    //drawTextAbsolute(2, aArray[x], sStr, aColorArray[x], nVarBG, Text.FRAME | Text.ONTOP | Text.BOTTOM | Text.BOLD, null, 10, nIdx++ );


    Using F will only stop the valuesbeing printed in the cursor
    Window

    Bob

    Comment


    • #3
      biswar...

      Many thx

      swan

      ps. is it possible to (control) limit the amount of previous sessions the pivots are displayed for. ?
      Last edited by swan; 09-24-2006, 12:27 PM.

      Comment


      • #4
        no prob

        The easiet way would be to limit the amount of days that are displayed on your chart using the time templates.

        Is that any good to you ?


        Bob

        Comment


        • #5
          To a point it's a visual thing, but I'm also trying to reduce, wherever possible, my overall system CPU load..

          Thx again.

          swan

          Comment

          Working...
          X