How can I increase the line thickness in an efs study?
Announcement
Collapse
No announcement yet.
Help on line thickness
Collapse
X
-
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