OnGetSeriesMark on VBScript
Posted: Wed Dec 27, 2006 3:36 pm
Hi, i have a standart
"Sub Chart1_OnGetSeriesMark(SeriesIndex,ValueIndex, MarkText)"
that is fired after "sub window_onload()" - that fills a chart, located inside HTML tamplate, using "Chart1.Export.asNative.SaveToStream(True)"
on the vb.6 code side (iis app), and "TChart2.Import.LoadFromURL(temp)"
on the HTML side. (sending a sream...).
I can see that the OnGetSeriesMark is beeing fired (when i put a mesgbox then it is shown..) but i can't actually preform the
MarkText = "My value" or at least it does not effect the mark that are beeing shown on the chart.
is there a specific or different way to initalize this event? when working in Script ?, maybe use a stream?
Also - I looked at tutorial 8 so I would like alittle guideness if possible...?
"Sub Chart1_OnGetSeriesMark(SeriesIndex,ValueIndex, MarkText)"
that is fired after "sub window_onload()" - that fills a chart, located inside HTML tamplate, using "Chart1.Export.asNative.SaveToStream(True)"
on the vb.6 code side (iis app), and "TChart2.Import.LoadFromURL(temp)"
on the HTML side. (sending a sream...).
I can see that the OnGetSeriesMark is beeing fired (when i put a mesgbox then it is shown..) but i can't actually preform the
MarkText = "My value" or at least it does not effect the mark that are beeing shown on the chart.
is there a specific or different way to initalize this event? when working in Script ?, maybe use a stream?
Also - I looked at tutorial 8 so I would like alittle guideness if possible...?