Announcement

Collapse
No announcement yet.

setShowCursorLabel() isn't working

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

  • setShowCursorLabel() isn't working

    Hi,

    I'm plotting 3 values and don't want to display the cursor window label for the plot with index=2. I'm calling:

    setShowCursorLabel(false, 2);

    but it's continuing to display the cursor window label. If I call setShowCursorLabel(false), then all labels are not displayed. Please advise.

    Also, I'd like to not show the label for this index in my chart...how can I do this?

    Thanks,
    Norm

  • #2
    Norm
    I believe this is a bug in version 11. The workaround is to first assign a label name using setCursorLabelName() to any item to which you want to apply setShowCursorLabel()
    Alex


    Originally posted by nleitman View Post
    Hi,

    I'm plotting 3 values and don't want to display the cursor window label for the plot with index=2. I'm calling:

    setShowCursorLabel(false, 2);

    but it's continuing to display the cursor window label. If I call setShowCursorLabel(false), then all labels are not displayed. Please advise.

    Also, I'd like to not show the label for this index in my chart...how can I do this?

    Thanks,
    Norm

    Comment

    Working...
    X