in price pane at the locations specified by pixels. I know I can use use flags like Text.RELATIVETOTOP, Shape.RELATIVETOBOTTOM, etc to draw shapes and texts in specified locations. Is it possible for drawing lines? Thanks.
Announcement
Collapse
No announcement yet.
How to draw lines
Collapse
X
-
Hello Clearpicks,
The drawLine functions do not accept these flags as inputs, but it might be a nice feature to add. Please submit this suggestion to [email protected].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
-
Hello Highfield,
You use the drawLineRelative() or drawLineAbsolute() functions. To draw a box you would need to use the function four times to draw each side of the box. See Drawing Functions in the EFS Help Center & Library.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
Comment