How to get Multi Yvals in Multi series in vbscript
Posted: Mon Dec 05, 2005 8:21 am
hi,
Now i add two series in TChart1, and add data for them.i want to get self series1,series2 Yvalues Corresponding to Point(x) When i move mouse.
sb can add codes in my code.or give me some suggestion or other ways.
Now i add two series in TChart1, and add data for them.i want to get self series1,series2 Yvalues Corresponding to Point(x) When i move mouse.
sb can add codes in my code.or give me some suggestion or other ways.
Code: Select all
<script language="vbscript">
Sub TChart1_OnMouseMove(shift,X,Y)
<!--Move Mouse get the YVal of the closed point -->
End
</script>