wongti Posted November 4, 2008 Report Share Posted November 4, 2008 hi, I face problem to open new window from Chart_click point. please help. Protected Sub chart1_Click(ByVal sender As Object, ByVal e As ChartFX.WebForms.HitTestEventArgs) If e.HitType = HitType.Point Then Response.Write("<script language=JavaScript>window.open('main.aspx?DataInterval=" & sender.AxisX.Labels(e.Point) & "'); </script>") End If End Sub Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.