Search found 3 matches

by Moe
Tue Nov 11, 2008 10:23 am
Forum: VCL
Topic: Logarithmic Axes with TQRChart
Replies: 5
Views: 2280

Thanks, this works fine.

By my tests with the debugger I checked the value from QRChart->Chart->LeftAxis->Logarithmic after the assign and there it was true also. So I thought the value was assigned correctly.

Thanks and regards,

Moe
by Moe
Tue Nov 11, 2008 9:49 am
Forum: VCL
Topic: Logarithmic Axes with TQRChart
Replies: 5
Views: 2280

Hello,

there is no difference with TeeChart v8.04.11395.

Thanks and regards,

Moe
by Moe
Tue Nov 11, 2008 9:17 am
Forum: VCL
Topic: Logarithmic Axes with TQRChart
Replies: 5
Views: 2280

Logarithmic Axes with TQRChart

Hello, i use TeeChart v8.02.10861 with C++Builder 6 and QuickReport 3.0.9. I have a problem with TQRChart: I can't print/preview a logarithmic axis in QRChart when i assign a normal Chart to TQRDBChart. I have test with the following example: void __fastcall TForm1::Button1Click(TObject *Sender) { C...