|
-
June 3rd, 1999, 05:03 AM
#1
Please Help!!!!!!!!! Urgent!!!!!!
Hi,
I feel that may be I am posting this at a wrong place but if anyone can tell me where I can post this message,I'll take care from next time onwards.
Please help in finding out a way by which I can get the custom values in a MSChart control on an ASP page.
I am using following code -
<SCRIPT LANGUAGE="VBSCRIPT">
sub window_onload()
dim a(4)
dim i
for i=0 to 4
a(i)=i*10
next i
mschart1.rowcount=1
mschart1.columncount=5
mschart1.chartdata=a
mschart1.Refresh
end sub
</SCRIPT>
This does not give the custom values that I am putting in the chart data but it is showing the default values which are in-built whenever a chart is inserted on the ASP.
Kindly help me find a way to refresh the data on the ASP.
I am using VI 6.0 and windows 95.
Any help is appreciated.
Thanks in anticipation.
Best Regards,
Purnima
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|