Search found 13 matches
- Mon Nov 25, 2013 12:37 pm
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
Re: TQRChart axis scaling problems
Thanks for your efforts, Narcis. I will upgrade TeeCharts/QuickReport as soon as Embarcadero uses the clang/LLVM compiler for 32 bit applications. Since the really weird export happens only occasionally I can live with it for a while. I do not want to use the workaround you suggested because the exp...
- Mon Nov 25, 2013 8:32 am
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
Re: TQRChart axis scaling problems
Hello Narcis, no, I did not get any error messages at all. The chart is fine, that´s what it should look like. When you choose Create chart frame from the main menu a child window will be created which will then export the chart to the root directory C:\ using the QuickReport and TQRChart components...
- Wed Nov 13, 2013 10:49 am
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
Re: TQRChart axis scaling problems
Hello Narcis,
thank you for your suggestion, I will give it a try.
Kind regards,
Guido
thank you for your suggestion, I will give it a try.
Kind regards,
Guido
- Mon Nov 11, 2013 2:49 pm
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
Re: TQRChart axis scaling problems
Yes, I used my profile´s user name and email address.
I just uploaded the file again, just to make sure.
I just uploaded the file again, just to make sure.
- Mon Nov 11, 2013 1:45 pm
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
Re: TQRChart axis scaling problems
I´ve uploaded the File "TeeQRTest.zip" into your upload area.
- Mon Nov 11, 2013 12:43 pm
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
Re: TQRChart axis scaling problems
No, I was unable to reproduce the effect without a TQRChart. I saved bitmaps of a TChart and they were all fine.Can you reproduce it in an application with a TChart component in a form instead of a TQRChart?
Do you still need the project files even if they use the TQRChart?
Regards,
Guido
- Mon Nov 11, 2013 12:09 pm
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
Re: TQRChart axis scaling problems
I´m sorry, I missed the error message:
"The file is too big, maximum allowed size is 512 KiB."
I stripped the .exe from the archive, so you have to build the .exe your own. Is there another way to upload the archive ( ~1MiB)?
Regards,
Guido
"The file is too big, maximum allowed size is 512 KiB."
I stripped the .exe from the archive, so you have to build the .exe your own. Is there another way to upload the archive ( ~1MiB)?
Regards,
Guido
- Mon Nov 11, 2013 9:10 am
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
Re: TQRChart axis scaling problems
Hello,
I´ve uploaded a zip file containing an executable and the C++ sources. Selecting "Start background export" and "Stop background export" start and stop the background image export respectively. You will notice different results depending on the state of the main window.
I´ve uploaded a zip file containing an executable and the C++ sources. Selecting "Start background export" and "Stop background export" start and stop the background image export respectively. You will notice different results depending on the state of the main window.
- Tue Nov 05, 2013 1:15 pm
- Forum: VCL
- Topic: TQRChart axis scaling problems
- Replies: 19
- Views: 20085
TQRChart axis scaling problems
Software: IDE : Codegear RAD Studio 2007 for C++ Steema TeeCharts 8.05.50522 QBS Software QuickReport 4.07 Hello, I´m facing a weird problem with the TQRChart component. I´ve got an MDI application that is used to generate printouts. The application can be remotely controlled by external commands, a...
- Mon Apr 18, 2011 9:46 am
- Forum: VCL
- Topic: TeeChart 8.05: Fixed pixel interval between major ticks
- Replies: 1
- Views: 2495
TeeChart 8.05: Fixed pixel interval between major ticks
Hello, is it possible to have a fixed pixel interval (say 150px) between horizontal major ticks? If the user resizes the form (and the chart within), labels are rearranged and sometimes look odd. My goal is to place a label at each major tick every 150 pixels, so resizing the chart does not make the...
- Mon Nov 22, 2010 7:56 am
- Forum: VCL
- Topic: Weird stacked BarSeries behaviour (V8.05.50522 Win32)
- Replies: 4
- Views: 4478
Re: Weird stacked BarSeries behaviour (V8.05.50522 Win32)
Thanks for clarifying this, Yeray. I´m already doing that, I was just wondering if the observed behaviour was a bug.
In my scenario I don´t know how many series I have and I need to create them dynamically, which lead to some lines of code I want to get rid of.
In my scenario I don´t know how many series I have and I need to create them dynamically, which lead to some lines of code I want to get rid of.
- Thu Nov 18, 2010 12:33 pm
- Forum: VCL
- Topic: Weird stacked BarSeries behaviour (V8.05.50522 Win32)
- Replies: 4
- Views: 4478
Re: Weird stacked BarSeries behaviour (V8.05.50522 Win32)
It´s X-Position, of course.
- Thu Nov 18, 2010 11:22 am
- Forum: VCL
- Topic: Weird stacked BarSeries behaviour (V8.05.50522 Win32)
- Replies: 4
- Views: 4478
Weird stacked BarSeries behaviour (V8.05.50522 Win32)
Hello, I´m encountering a weird BarSeries behaviour when using BarSeries in mbStacked mode. The chart shows holes when there is no data for a given position, let´s say I have 3 series with the following data: // no data for Y-Position 2 Series1->AddXY( 0, 1 ); Series1->AddXY( 1, 2 ); // no data for ...