Search found 3 matches
- Thu Jan 25, 2007 1:19 pm
- Forum: .NET
- Topic: Only the last series triggers the Click event
- Replies: 5
- Views: 4094
- Thu Jan 25, 2007 9:13 am
- Forum: .NET
- Topic: Only the last series triggers the Click event
- Replies: 5
- Views: 4094
- Tue Jan 23, 2007 2:53 pm
- Forum: .NET
- Topic: Only the last series triggers the Click event
- Replies: 5
- Views: 4094
Only the last series triggers the Click event
I want to make my application respond to clicks on the series in the chart. I have made event handlers like this foreach (Steema.TeeChart.Styles.Series S in this.Chart.Series) S.Click +=new MouseEventHandler(S_Click); but when I click on the series, the S_Click() method is never called, except from ...