Search found 13 matches

by jangbu
Fri May 31, 2013 4:08 pm
Forum: VCL
Topic: change Teechartv4 DBchart series yvalue at runtime
Replies: 3
Views: 4277

Re: change Teechartv4 DBchart series yvalue at runtime

Hi Yeray,

just tested this code, seems it is what i'm looking for.

DBChart1.Visible := false;
Series1.Active := false;
Series1.XLabelsSource := 'abc';
Series1.YValues.ValueSource := 'abc';
Series1.Active := true;
DBChart1.Visible := true;

regards
jangu
by jangbu
Fri May 31, 2013 11:47 am
Forum: VCL
Topic: change Teechartv4 DBchart series yvalue at runtime
Replies: 3
Views: 4277

change Teechartv4 DBchart series yvalue at runtime

Hi,

how to change yvalue of dbchart series at runtime? (Delphi 6)
Datasource is TQuery.

many thanks
jangbu
by jangbu
Tue May 04, 2010 3:30 pm
Forum: VCL
Topic: TeeChart Bar
Replies: 3
Views: 3920

Re: TeeChart Bar

Sorry Yeray,

problem is fixed. The first 2 lines below have been the reason for the trouble while runtime.

Chart1.RemoveAllSeries; // now removed
Chart1.AddSeries(TBarSeries); // now removed
Chart1[0].Clear;
Chart1[0].Add(value,'Test',clRed);
.....

Thanks for effort
jangu
by jangbu
Tue May 04, 2010 1:15 pm
Forum: VCL
Topic: TeeChart Bar
Replies: 3
Views: 3920

TeeChart Bar

Hi,

at runtime the bars appear more thin as at designe time and the space between the bars is much to big. Don't know the properties to change it at designtime. Why the chart appears at design time different to run time?

Thanks for answering
jangbu
by jangbu
Fri Aug 21, 2009 1:52 pm
Forum: VCL
Topic: DclTee6QR4*.dpk
Replies: 4
Views: 4400

Re: DclTee6QR4*.dpk

Thanks Yeray, i'll try it.
by jangbu
Fri Aug 21, 2009 10:17 am
Forum: VCL
Topic: DclTee6QR4*.dpk
Replies: 4
Views: 4400

Re: DclTee6QR4*.dpk

Hi,
i'm using Delphi 6, TeeChart 802, QuickReport 4.07.

Regards
jangbu
by jangbu
Thu Aug 20, 2009 3:11 pm
Forum: VCL
Topic: DclTee6QR4*.dpk
Replies: 4
Views: 4400

DclTee6QR4*.dpk

Hi,
i can not find the required design time package as mentioned at artikel "Quickreport" step 17 to recompile that package. The mentioned subfolder only contains the package files DclTQR86.dpk and TeeQR86.dpk? Where i get files required file or is it just a writing fault in the article.

jangbu
by jangbu
Tue Jul 01, 2008 12:08 pm
Forum: VCL
Topic: TQRChart
Replies: 9
Views: 7070

Hi Narcis, at the path you wrote only 2 files are available: DclTQR86.dpk and TeeQR86.pdk. I'm afraid the description in install.txt is wrong, because only the package files for QR V3 contained at the folder not the desired files for the QR 4 version? ********** install.txt ********************** If...
by jangbu
Tue Jul 01, 2008 11:05 am
Forum: VCL
Topic: TQRChart
Replies: 9
Views: 7070

Hi Narcis,

ok, but the problem is still the same. Issue 13 at the article says ".. open Tee8QR4Dxx.dpk.." and issue 17 "DclTee8QR4Dxx.dpk" exactly these package files i need to have!

jangbu
by jangbu
Tue Jul 01, 2008 9:57 am
Forum: VCL
Topic: TQRChart
Replies: 9
Views: 7070

Hi Narcis,

sorry, i know it was only an examaple, but i'm using QR V4.07 prof and the "teechart install.txt" described: ..for using qr v4 use tee8qr4dxx.dpk and dcltee8qr4dxx.dpk, but the folder you mean only contains teeqr86.dpk and dcltqr86.dpk described as to use for QR V3?

jangu
by jangbu
Tue Jul 01, 2008 8:39 am
Forum: VCL
Topic: TQRChart
Replies: 9
Views: 7070

Hi Narcis,

do you really think it's the right folder? I'm using delphi 6.

jangbu
by jangbu
Mon Jun 30, 2008 1:10 pm
Forum: VCL
Topic: TQRChart
Replies: 9
Views: 7070

TQRChart

After successfully installation TeeChart8.02 and Quickrep4.07 i need to recompile Tee8QR4D6.dpk and DclTee8QR4D6.dpk (described in install.txt) but i nowhere found it? Where may i get it from?

jangbu
by jangbu
Thu Jun 26, 2008 3:11 pm
Forum: VCL
Topic: using teechart v8.02 with delphi 6
Replies: 1
Views: 2949

using teechart v8.02 with delphi 6

Hi,
until now i used teechar components standard v4.04 come along with delphi 6 installation. After installation teechart pro v8.02 and try to use chart component i get fatal compiler error because "..unit TeeProcs hase been compiled with different System.RTL version.."! What I've to do.

jangbu