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
Search found 13 matches
- Fri May 31, 2013 4:08 pm
- Forum: VCL
- Topic: change Teechartv4 DBchart series yvalue at runtime
- Replies: 3
- Views: 4307
- Fri May 31, 2013 11:47 am
- Forum: VCL
- Topic: change Teechartv4 DBchart series yvalue at runtime
- Replies: 3
- Views: 4307
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
how to change yvalue of dbchart series at runtime? (Delphi 6)
Datasource is TQuery.
many thanks
jangbu
- Tue May 04, 2010 3:30 pm
- Forum: VCL
- Topic: TeeChart Bar
- Replies: 3
- Views: 3948
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
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
- Tue May 04, 2010 1:15 pm
- Forum: VCL
- Topic: TeeChart Bar
- Replies: 3
- Views: 3948
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
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
- Fri Aug 21, 2009 1:52 pm
- Forum: VCL
- Topic: DclTee6QR4*.dpk
- Replies: 4
- Views: 4442
Re: DclTee6QR4*.dpk
Thanks Yeray, i'll try it.
- Fri Aug 21, 2009 10:17 am
- Forum: VCL
- Topic: DclTee6QR4*.dpk
- Replies: 4
- Views: 4442
Re: DclTee6QR4*.dpk
Hi,
i'm using Delphi 6, TeeChart 802, QuickReport 4.07.
Regards
jangbu
i'm using Delphi 6, TeeChart 802, QuickReport 4.07.
Regards
jangbu
- Thu Aug 20, 2009 3:11 pm
- Forum: VCL
- Topic: DclTee6QR4*.dpk
- Replies: 4
- Views: 4442
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
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
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...
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
jangbu
- Thu Jun 26, 2008 3:11 pm
- Forum: VCL
- Topic: using teechart v8.02 with delphi 6
- Replies: 1
- Views: 2979
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
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