extra crosshair ?

Hi 

i have 2 ctArea series for the chart and 2 ctArea series for the ZoomControl and i use Crosshair

  Pane.CrossHair.LineColor := clFuchsia;
   Pane.CrossHair.CrossHairType := chtFullSizeCrossHairAtSeries;
   Pane.CrossHair.CrossHairYValues.ShowSerieValues := True;
   Pane.CrossHair.CrossHairYValues.Position := [chAtCursor];
   Pane.CrossHair.Visible := True;

In the chart i can see one (or more .. it depends on Y axis range) extra crosshair lines like in picture


Any idea? Thanks SaLIk

and settings for serie

    Serie.CrossHairYValue.Font.Color := clWhite;
    Serie.CrossHairYValue.Font.Height := 15;
    Serie.CrossHairYValue.Font.Style := [fsBold];
    Serie.CrossHairYValue.Color := my_serie_color; //TColor
    Serie.CrossHairYValue.ColorTo := clWhite;
    Serie.CrossHairYValue.GradientDirection := cgdHorizontal;

Hi, 


We have investigated and have fixed this issue here, the next version will address this issue.

Kind Regards, 
Scheldeman Pieter