Hi all,
I have a vertical xycursor for my scattergraph which I have assigned a plot using:
xycursor.plot
then I used getcurrentindex (using xycursor.GetCurrentIndex) to get the index in which vertical cursor matches with a plot data.
My problem is that when assigning a plot to the cursor, the cursor gets the bounds of the plot assigned, i mean, i cannot move the vertical cursor outside of the bounds of the plot assigned despite my scattergraph area is larger. so my question is how can I modify the bounds of the cursor to match the entire visible area of the scattergraph and maintain assigned a plot that its bounds do not match with the scattergraph ones?
thx