Hi,
I imported a mschart component to my html
and I write vbscript for it
now when I run some codes like this:

mschart1.rowcount=10
mschart1.columncount=2

it works correctly but when I want to use data
to show in graph it does not work
for example when I use this:

mschart1.column=2
mschart1.row=1
mschart1.data=50

what is problem ? i used frontPage 2000 to import mschart


Thanks