Announcement

Collapse
No announcement yet.

Help with Keltner Bands

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

  • #16
    Keltner Lines

    On these Keltner Bands, is there a way to change the color and thickness of a specific band, either upper, lower or middle band?

    Your response is appreciated.

    Thanks.

    Comment


    • #17
      Hello bandraguy,

      Changing the color and thickness of the lines can be accomplished with setDefaultBarFgColor() and setDefaultBarThickness(). The index parameter corresponds to the index in the return array. If you need to learn more about these types of preMain() functions, please review Tutorial 3.
      Jason K.
      Project Manager
      eSignal - an Interactive Data company

      EFS KnowledgeBase
      JavaScript for EFS Video Series
      EFS Beginner Tutorial Series
      EFS Glossary
      Custom EFS Development Policy

      New User Orientation

      Comment


      • #18
        Jason K.

        Thanks for your prompt reply. I tried 'setBarThickness (2,0)' in the attached efs file and gave me an error message.

        I couldn't copy and paste the efs file code.

        bandraguy
        Attached Files

        Comment


        • #19
          bandraguy,

          JavaScript is case sensitive. In the code you attached, you have setbarthickness() but the correct command as Jason pointed out and then went to the trouble of providing links to is setDefaultBarThickness().

          Comment


          • #20
            Hello Steve,

            Thanks for your reply, I changed to 'setDefaultBarThickness()' and it worked fine.

            Bandraguy

            Comment

            Working...
            X