Page 1 of 3

Strange behavior with TColorLineTool...

Posted: Fri Nov 22, 2013 5:08 am
by 16562051
Dear Steema support,

TColorLineTool and TFastLineSeries are heavily used in my project.
There is an extra horizontal "Ghost" line the chart if I set TColorLineTool's axis to bottom,
and there will be no line if I set axis to right.
Please help! thanks.

TeeChart2013SourceCode.exe
November 19, 2013
Build 2013.09.131119

Code: Select all

type
  TForm6 = class(TForm)
    Chart1: TChart;
    Series1: TFastLineSeries;
    ChartTool1: TColorLineTool;
    procedure FormCreate(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form6: TForm6;

implementation

{$R *.dfm}

procedure TForm6.FormCreate(Sender: TObject);
begin
  Series1.FillSampleValues(1000);
end;

end.
1.png
1.png (56.46 KiB) Viewed 25195 times

Re: Strange behavior with TColorLineTool...

Posted: Fri Nov 22, 2013 5:38 am
by 16562051
my last workable version is:

TeeChart2012SourceCode.exe
November 06, 2012
Build 2012.07.121105

Re: Strange behavior with TColorLineTool...

Posted: Fri Nov 22, 2013 10:30 am
by narcis
Hi sswang,

This is a bug which I have added to the bug list with ID465. This only occurs in 2D charts. If you signup at Steema's bugzilla platform you'll be able to receive automatic notifications about issue's progress.

Re: Strange behavior with TColorLineTool...

Posted: Fri Nov 22, 2013 2:44 pm
by narcis
Narcís wrote:This is a bug which I have added to the bug list with ID465.
This has already been fixed for the next release.

Re: Strange behavior with TColorLineTool...

Posted: Mon Nov 25, 2013 2:12 am
by 16562051
I've checked the fix and found that vertical line problem is solved, but horizontal line does not appear.
Please check the attached picture for detail, Thanks.

Re: Strange behavior with TColorLineTool...

Posted: Mon Nov 25, 2013 10:22 am
by narcis
Hello,

Thanks for your feedback. I reopened the issue: http://bugs.teechart.net/show_bug.cgi?id=465#c2

Re: Strange behavior with TColorLineTool...

Posted: Mon Nov 25, 2013 2:38 pm
by narcis
Hello,

This has just been fixed and sent you updated TeeTools.pas

Re: Strange behavior with TColorLineTool...

Posted: Tue Nov 26, 2013 1:08 am
by 16562051
Thanks, excellent support.

Re: Strange behavior with TColorLineTool...

Posted: Tue Dec 17, 2013 11:22 am
by 16565588
Dear Narcis
I got the same problem with ColorLineTool and need urgently solution.
Can you send fixed TeeTools.pas?

Re: Strange behavior with TColorLineTool...

Posted: Tue Dec 17, 2013 12:38 pm
by narcis
Dear Vladimir,

Yes, just sent it.

Re: Strange behavior with TColorLineTool...

Posted: Tue Dec 17, 2013 1:38 pm
by 16565588
Still waiting for...
Dear Narcis, will try to send once more...

Re: Strange behavior with TColorLineTool...

Posted: Tue Dec 17, 2013 2:13 pm
by narcis
Hi Vladimir,

Sent it again. If you still don't receive it we will try using an alternative email address.

Re: Strange behavior with TColorLineTool...

Posted: Wed Dec 18, 2013 5:51 am
by 16565588
Hi Narcís.
Your E-Mails were lost in the internet space, can you use different way for TeeTools.pas?

I checked my address in the profile, it is workable.

Re: Strange behavior with TColorLineTool...

Posted: Wed Dec 18, 2013 7:51 am
by narcis
Hi Vladimir,

Yes, the Sales Dept. will send it via a different email host.

Re: Strange behavior with TColorLineTool...

Posted: Wed Jan 08, 2014 12:38 pm
by 16468122
Upgrading from Delphi 7 TeeChart 6 pro to Delphi XE2 latest TeeChart pro - experiencing same issue in our application with TcolourLineTool and TColourBandTool - this worked find in the evaluation copy (v2013.08.130521) see below TeeChartEval.png but in professional version see TeeChartProfessional.png - significantly different - please help