Need help with Bubble Chart

P

Pa Ji

Hi There,
I've need a solution with a bubble chart which can be explained below:

X-Axis Values are : 5,10,15
Y-Axis Values are: 6, 12, 25

Bascially I need to display string on x Axis i,e, 'Manager','Developer',
'Programmer'

Is there any way that after the chart is drawn, the values on x axis can be
replaced with the string values


Thanks in advance

Pa Ji
 
T

Thao Moua [ms]

There is no way to add text to the X-axis for bubble and other chart types. However you can use custom drawing to place your own text on the chart. Search for custom drawing in the OWC help file for further info.

Thao Moua
OWC Webchart Support

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Top