Hi gyus,
I would like to create a small routine, which give (showing the yellow tip text box) me back during mouse over event the chart height and width
Has anybody idea how to do it?
Thanks.
Boris
Printable View
Hi gyus,
I would like to create a small routine, which give (showing the yellow tip text box) me back during mouse over event the chart height and width
Has anybody idea how to do it?
Thanks.
Boris
In the MouseOver event use this:
That assumes it has a tooltiptext property...what sort of Chart is it? There is probably a way to simulate a tooltiptext too..VB Code:
Chart.ToolTipText = "(" & Chart.Width & "," & Chart.Height & ")"
chem
txtPin.ToolTipText = "What Ever"