Jump to content
Software FX Community

wongti

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by wongti

  1. 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
×
×
  • Create New...