Announcement

Collapse
No announcement yet.

customADXDM.efs

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

  • customADXDM.efs

    Can anyone tell me how to change the color and thickness of the lines for the customADXDM.efs? This study is located in the Formulas under the EFS2 CUSTOM.

  • #2
    rt704
    Open the efs with the Editor (Tools-> EFS-> Editor) and in preMain() change the color in the setDefaultBarFgColor(...) statements (the number after the color assigns that statement to the item in the return array so 0 is the first item, 1 the second, etc).
    For a list of available color names see this article in the EFS KnowledgeBase.
    To change the thickness of the plots modify the first number in the setDefaultBarThickness(...) statements (the second number assigns that statement to the item in the return array)
    Alex

    Comment


    • #3
      Thank You

      Thank you very much for your help.

      Comment

      Working...
      X