Series ONCLICK and Chart1SeriesClick Events Not Functioning
Posted: Sat Sep 19, 2020 8:18 pm
I am using TeeChart Pro V2020 32bit VCL and have found that the Series ONCLICK event and Chart1SeriesClick Event seem to be "disabled" on some (not all) series points AFTER an initial click on these same points is successful. Other points in the same series continue to respond to clicks, but the "disabled" points remain "dead". I do get the "hover" indication sometimes when I place the mouse over these "dead" points, but that's about it. I am having marks drawn as part of the ONCLICK event.
Resizing the chart seems to enable the on-click events again for these "disabled" points, but they will again be disabled after repeated clicks. I have used
Any help would be welcomed.
Resizing the chart seems to enable the on-click events again for these "disabled" points, but they will again be disabled after repeated clicks. I have used
Series[i].CalcVisiblePoints := False
to correct some similar problems, but that doesn't seem to be related to this.Any help would be welcomed.