Search found 3 matches

by Alan
Thu Jan 25, 2007 1:19 pm
Forum: .NET
Topic: Only the last series triggers the Click event
Replies: 5
Views: 4094

I have installed the latest build 1.1.2531.28391, but still, only clicks on the last serie who get the handle added, do trigger the handle.
by Alan
Thu Jan 25, 2007 9:13 am
Forum: .NET
Topic: Only the last series triggers the Click event
Replies: 5
Views: 4094

I am using TeeChart for .NET v1
by Alan
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 ...