I am evaluating Teechart 4.1.2012.2287 and I have a problem with the Series.ClickSeries event.
My project is written in VS2010, using VB.Net and framework 4.0. The ClickSeries event seems to work fine if there are a limited number of points in the series, say 100, but throws an exception if you have more data, say 1000 points.
This even happens on a new windows form project with just a single TChart placed on the form.
I have also found that the Chart header font, and custom axis fonts sometimes get changed after a Tchart1.update().
Do you have a fix for these problems?