Query on Line Series Marks
Posted: Tue Aug 23, 2005 9:50 am
Hi,
I have a line series with more than 10000 data points. The following is my requirement: As the mouse cursor is moved over the line series, the marks (tooltip) should be visible only for that point where the mouse is stationary.
For example: If the mouse is moved over (500, 45.5), there should be a tooltip kind of thing which displays 500, 45.5
I tried the following:
line.Marks.Style = Steema.TeeChart.Styles.MarksStyles.XY;
and a tChart_MouseMove event where I set:
line.Marks.Visible = true;
But the problem with this is that this displays the tooltip for the whole line graph. And since I have more than 10000 data points, the graph looks very very cluttered. The requirement is that the marks should be displayed only for that point where the mouse is moved.
Any help on this will be appreciated.
Thanks,
Spacemanspiff
I have a line series with more than 10000 data points. The following is my requirement: As the mouse cursor is moved over the line series, the marks (tooltip) should be visible only for that point where the mouse is stationary.
For example: If the mouse is moved over (500, 45.5), there should be a tooltip kind of thing which displays 500, 45.5
I tried the following:
line.Marks.Style = Steema.TeeChart.Styles.MarksStyles.XY;
and a tChart_MouseMove event where I set:
line.Marks.Visible = true;
But the problem with this is that this displays the tooltip for the whole line graph. And since I have more than 10000 data points, the graph looks very very cluttered. The requirement is that the marks should be displayed only for that point where the mouse is moved.
Any help on this will be appreciated.
Thanks,
Spacemanspiff