Hi Yeray,
OnClickSeries(...) only works, if I click on the countour line. My contour plot ist filed without drawn contour lines. I need the values also if the user clicks between two contour lines.
Regards
Raimund
Search found 2 matches
- Tue Sep 30, 2014 2:01 pm
- Forum: ActiveX
- Topic: How to get xyz-Values from contour plots?
- Replies: 3
- Views: 10617
- Mon Sep 29, 2014 4:14 pm
- Forum: ActiveX
- Topic: How to get xyz-Values from contour plots?
- Replies: 3
- Views: 10617
How to get xyz-Values from contour plots?
Hello together, my program (c++ with teechart Activex) produces a contour plot from a huge xyz-array. I try to show the user these values if he click on the chart at runtime. For 2d-series I do this with the event OnClickSeries(...), but it does not work with contour plots. Could anyone explain me, ...