Software FX Posted July 11, 2006 Report Posted July 11, 2006 The MouseClick event is overriden by Chart FX and it receives different parameters: Private Sub Chart1_MouseClick(ByVal sender As System.Object, ByVal e As ChartFX.WinForms.HitTestEventArgs) Handles Chart1.MouseClick End Sub Note: If you link the event using the Properties Window, this will be generated correctly. -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.