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
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