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
Search found 3 matches
- Tue Nov 11, 2008 10:23 am
- Forum: VCL
- Topic: Logarithmic Axes with TQRChart
- Replies: 5
- Views: 2310
- Tue Nov 11, 2008 9:49 am
- Forum: VCL
- Topic: Logarithmic Axes with TQRChart
- Replies: 5
- Views: 2310
- Tue Nov 11, 2008 9:17 am
- Forum: VCL
- Topic: Logarithmic Axes with TQRChart
- Replies: 5
- Views: 2310
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...