P
Pa Ji
Hello There,
Does somebody know how to display customize tooltip in PIE chart. I'm
able ti do this with bubble chart
Dim oObj: Set oObj = ChartSpace.RangeFromPoint(x, y)
oChart.SeriesCollection(oObj.Parent.Index).TipText = "add here
tooltip for bubble"
Bascially in bubble I know that at which axis which type of chart is there.
Is there something for PIE???
Thanks in advance
Pa Ji
Does somebody know how to display customize tooltip in PIE chart. I'm
able ti do this with bubble chart
Dim oObj: Set oObj = ChartSpace.RangeFromPoint(x, y)
oChart.SeriesCollection(oObj.Parent.Index).TipText = "add here
tooltip for bubble"
Bascially in bubble I know that at which axis which type of chart is there.
Is there something for PIE???
Thanks in advance
Pa Ji