Search found 10 matches

by Reinhard
Tue Jan 15, 2008 11:41 am
Forum: VCL
Topic: Modifying Series in TDBChart
Replies: 9
Views: 13126

Hi Narcis,

the fact is, that my series depend on a DataSource.
The DataSource could be a TADODataSet (SQL), so I do not have direct access to the series values after refreshing it with CheckDataSource.
I just want to apply the constant just before displaying the y-values.

Regards, Reinhard
by Reinhard
Tue Jan 15, 2008 9:23 am
Forum: VCL
Topic: Modifying Series in TDBChart
Replies: 9
Views: 13126

Modifying Series in TDBChart

Hello,

I use Teechart Pro 7.12 VCL and I have a TDBChart connected to a DB.
If I want to display the values of the DB for example in p.u. I have to divide each y-value by a certain constant.
How can I do this?

thanks + regards
Reinhard
by Reinhard
Fri Aug 31, 2007 6:05 am
Forum: VCL
Topic: Printing a chart
Replies: 1
Views: 4031

Printing a chart

Hello, using BDS2006, TeeChartPro 7.12 (7.08), VCL.NET application. I want to print out a chart. I tried several methods (see below). The problem is, that for example the dashed or dotted lines are printed as solid lines. What can I do? Code: Chart.PrintPartialCanvas(Printer.Canvas,Eck); or: rct:=Tr...
by Reinhard
Fri Mar 09, 2007 12:17 pm
Forum: VCL
Topic: QuickReport 4 + TQRChart
Replies: 14
Views: 21942

Hi Narcis, you remeber the error message I got: 'The application has failed to start because DclTreePro710.bpl was not found. Re-installing the application may fix this problem'. Now I copied DclTreePro710.bpl to Windows\System32 and everything works fine. Was that a correct way to proceed? Regards,...
by Reinhard
Wed Mar 07, 2007 5:06 am
Forum: VCL
Topic: QuickReport 4 + TQRChart
Replies: 14
Views: 21942

Hi Narcis,

Thank you.
Are these files also for Teechart V7 PRO?
I ask this question, because there is already a QuickReport folder
in the programs folder for V7.08 Pro with similar files.

Regards, Reinhard
by Reinhard
Tue Mar 06, 2007 10:09 am
Forum: VCL
Topic: QuickReport 4 + TQRChart
Replies: 14
Views: 21942

Hi Narcis, yes, the search path of DCLTQR710.dpk was empty. But, after filling it with the 'lib' and 'bin' path of TeeChart, the error message is still the same ('cannot find DclTeePro710.bpl'). Very funny, because the TeeChart Pro 7 components (with the above bpl) are properly installed. Regards+Th...
by Reinhard
Tue Mar 06, 2007 6:01 am
Forum: VCL
Topic: QuickReport 4 + TQRChart
Replies: 14
Views: 21942

Hi Narcis, thank you for your answer. Your support is excellent. Now I have a little problem. After step 8) I had to replace DclTee710.dcp by DclTeePro710.dcp. Then it compiles. Is this correct? But now in step 11 after 'add DclTQR710.bpl' I got the error message: 'App could not be started, because ...
by Reinhard
Mon Mar 05, 2007 4:20 pm
Forum: VCL
Topic: QuickReport 4 + TQRChart
Replies: 14
Views: 21942

QuickReport 4 + TQRChart

Hello, sorry for the frequently question: I have BDS 2006/Update2/Hotfixes and TeeChart Pro 7.08 VCL for Delphi 2006. I downloaded QR4StdD2006W32Install.zip from CodeGear and installed that. Then I have TeeChart7_QuickReport_BDS2006.zip from Steema for TQRChart. Otherwise there is a QickReport direc...
by Reinhard
Wed Feb 21, 2007 6:25 am
Forum: VCL
Topic: Win32
Replies: 1
Views: 4150

Win32

Hello, sorry for the silly question: I have BDS 2006 (all Updates) and Teechart Pro 7.08 Vcl. Up to now I only developed VCL.NET applications. Now I want to make a Win32 application resp. convert a Delphi5 application with Teechart Pro 5.02 to BDS2006 Win32. Now I recognized, that in a new BDS Win32...
by Reinhard
Wed Sep 13, 2006 7:27 am
Forum: VCL
Topic: Bitmap to print a TChart
Replies: 1
Views: 5713

Bitmap to print a TChart

Hello, in Delphi 5 (TeeChart Version 5.02) I was able to print a chart by making a bitmap first and then printing it: Chart.Color:=clWhite; Chart.BevelOuter:=bvNone; R:=Chart.GetRectAngle; MyBmp:=Chart.TeeCreateBitmap(Chart.Color,R); PrintBitmap(MyBmp,x, y,w,h); with PrintBitmap as: ...set aRect in ...