Announcement

Collapse
No announcement yet.

Help on line thickness

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

  • Help on line thickness

    How can I increase the line thickness in an efs study?

  • #2
    lassiter
    If you mean when using an already made efs then got to Edit Studies, select the study, put a check in the Color box and select the thickness from the dropdown selector (should be the first of the two).
    If instead you mean when writing an efs then you would do that by setting the parameters in preMain() with setDefaultBarThickness(nValue,nCount) where nValue represents the thickness in pixels and nCount the return value if you have multiple lines.
    Alex

    Comment


    • #3
      So far, so good...but no matter what value I enter (example 2 or 50 ) there ius no change in the chart...what am I doing wrong?

      Comment


      • #4
        lassiter
        Why don't you copy the contents of preMain() over here
        Alex

        Comment


        • #5
          Lord have mercy - I figured it out.

          Thanx for the help...

          Comment

          Working...
          X