Based on the example of Line_Interpolate in TeeChart 2015 Pro VCL, there are two questions.
1. How to use TCursorTool’s Callout at runtime?
2. For Series with custom axes, the Interpolated Points and the Horizontal or Vertical InterpolateLine are mismatching (see the attached file) when using TCursorTool. How to solve the problem?
TCursorTool’s Callout and InterpolateLine
TCursorTool’s Callout and InterpolateLine
- Attachments
-
- xxxxx.jpg (85.56 KiB) Viewed 6302 times
Re: TCursorTool’s Callout and InterpolateLine
Hello,
I'm not sure to understand the problems you are suffering. Could you please arrange a simple example project we can run as-is to reproduce the problem(s) here?
Thanks in advance.
I'm not sure to understand the problems you are suffering. Could you please arrange a simple example project we can run as-is to reproduce the problem(s) here?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TCursorTool’s Callout and InterpolateLine
There is a horizontal or vertical line based on the selection of the RadioGroup, and this line intersects each curve at an interpolating point. The line and interpolating points move as the mouse moves.
1. Without using other tools, such as annotation, how to use TCursorTool’s own properties to show some information about the interpolating points at Top Left/Right corner?
2. The horizontal or vertical line intersects each curve at interpolating points, so this line and interpolating points coincide (overlap), but sometimes they do not (see the attached figure).
1. Without using other tools, such as annotation, how to use TCursorTool’s own properties to show some information about the interpolating points at Top Left/Right corner?
2. The horizontal or vertical line intersects each curve at interpolating points, so this line and interpolating points coincide (overlap), but sometimes they do not (see the attached figure).
- Attachments
-
- zzz.jpg (35.78 KiB) Viewed 6240 times
-
- xxx.zip
- (7.45 KiB) Downloaded 543 times
Re: TCursorTool’s Callout and InterpolateLine
Hello,
I've modified your example to achieve both 1 and 2:
I've modified your example to achieve both 1 and 2:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |