P
Pa Ji
Hi There,
Thanks for help in advance
I'm trying to display tooltip in each different bubble( of same
series) in buble chart as below:
Following example displays 2 bubble. I would like to have diffeenet tooltip
for each bubble gererated. But the following example display same tooltip
for both of the bubble
With oChart.SeriesCollection.Add
.Caption = "Queue B"
.SetData c.chDimXValues, c.chDataLiteral, _
Array(5, 6)
.SetData c.chDimYValues, c.chDataLiteral, _
Array(3.2, 4.6)
.TipText = "This is a tooltip"
End With
Thanks for help in advance
I'm trying to display tooltip in each different bubble( of same
series) in buble chart as below:
Following example displays 2 bubble. I would like to have diffeenet tooltip
for each bubble gererated. But the following example display same tooltip
for both of the bubble
With oChart.SeriesCollection.Add
.Caption = "Queue B"
.SetData c.chDimXValues, c.chDataLiteral, _
Array(5, 6)
.SetData c.chDimYValues, c.chDataLiteral, _
Array(3.2, 4.6)
.TipText = "This is a tooltip"
End With