Hello,
We are working in a chart with point series (TeeChart8.ocx). We are using the following instruction to add values or points to the serie:
Code: Select all
Series(i):addxy(dfecha,dvalor,observaciones,0).
In the x-axis we have date and a value in y-axis, we need to add a tooltip to each point with an extent information which is in "observaciones". We are setting the serie as follows:
But instead of have the dates on X-axis we have the information of the "observaciones" field. Is it correct to use the third parameter of Series(i) instruction to add a tooltip? Is there any other way to display the information on a tooltip keeping at the same time the X-axis values?
Thank you very much, regards,
JAV