J
Jeffrey Spoon
Hello. According to MS the syntax for the LegendActivated event in the
MSChart control is:
Private Sub object_LegendSelected (mouseFlags As Integer, cancel As
Integer)
So, shouldn't:
Private Sub ReadingChart_LegendSelected(ByVal mouseflags As Integer,
ByVal cancel As Integer) Handles ReadingChart.LegendSelected
End Sub
work? VS complains that the signatures don't match. How do you go about
this?
Thanks
MSChart control is:
Private Sub object_LegendSelected (mouseFlags As Integer, cancel As
Integer)
So, shouldn't:
Private Sub ReadingChart_LegendSelected(ByVal mouseflags As Integer,
ByVal cancel As Integer) Handles ReadingChart.LegendSelected
End Sub
work? VS complains that the signatures don't match. How do you go about
this?
Thanks