Announcement

Collapse
No announcement yet.

New Version Line Labels

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

  • New Version Line Labels

    Because I have several lines on charts, I use labels with the following statement (as an example).

    drawTextAbsolute(2,xMA1.getValue(0),Length1+"m",Co lor.white,Color.green,Text.FRAME | Text.Bottom,null,8,"Fx100");

    In the new version, my labels print on some charts but not on others. I've checked every parameter and there are no differences between the chart settings. Why would this happen?

    Out of about two dozen scripts, I've only encountered two problems in the new version. Good work guys!

    Thanks.

  • #2
    I discovered this happens when adding a second symbol to the chart -- even if the new symbol is marked for no scale. The labels print with one symbol but not with two.

    Comment

    Working...
    X