Tracker is not aware of ChartType

Hi,

it seems the Tracker is not aware of the ChartType.
I use the ctXYLine Charttype and Values are not correctly displayed in the Tracker.

At the crossair the code:
if (Series[j].ChartType = ctXYLine) or (Series[j].ChartType = ctXYMarkers) then
                    begin
                      if Panes.Series.IsHorizontal then
                        cp := Series[J].GetChartPoint(Series[j].GetXYPoint(Y, X))
                      else
                        cp := Series[J].GetChartPoint(Series[j].GetXYPoint(X, Y));
                    end
                    else
                      cp := Series[J].GetChartPoint(cpi);

is use to get the Chartpoint point, where as in the tracker you use:

Text.Add(Format(Series[J].ValueFormat,[Series[J].GetChartPoint(point.Point).SingleValue]));

Kind Reagrds
 -Robert

The problem is, that values displayed in the Tracker differ from the values at the crosshair.

I use ctXYLine with X-Unit utHour.
So my first thought was that it may be a problem with the charttype...
-Robert

Hi, 


Can you send us your sample so we can investigate this here?

Kind Regards, 
Pieter