Z
Z
I'm using the mschart control with vb6 and I'm trying to display the values
of datapoints the user has placed the mouse over.I've figured out how the
seriesselected/activated works but I'm not happy with the user being
required to click around in an attempt to find a point on the graph. I'd
rather use the mousemove even and if they happen to move the pointer over a
datapoint, display the values in a label.
I've been looking at the TwipsToChartPart method, but I can't make any
sense out of it. Searching google, yahoo, MS etc has turned up nothing
except for copies of the helpfile entry which is 100% useless in explaing
how this method is supposed to work. This total lack of information on the
web leads me to believe that TwipsToChartPart either does not do what I
think it does or its broken.
Anyone have any other ideas on how I can obtain series and datapoint
information from the mouse position?
of datapoints the user has placed the mouse over.I've figured out how the
seriesselected/activated works but I'm not happy with the user being
required to click around in an attempt to find a point on the graph. I'd
rather use the mousemove even and if they happen to move the pointer over a
datapoint, display the values in a label.
I've been looking at the TwipsToChartPart method, but I can't make any
sense out of it. Searching google, yahoo, MS etc has turned up nothing
except for copies of the helpfile entry which is 100% useless in explaing
how this method is supposed to work. This total lack of information on the
web leads me to believe that TwipsToChartPart either does not do what I
think it does or its broken.
Anyone have any other ideas on how I can obtain series and datapoint
information from the mouse position?