Search found 13 matches

by OCS
Mon Nov 25, 2013 12:37 pm
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

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...
by OCS
Mon Nov 25, 2013 8:32 am
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

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...
by OCS
Wed Nov 13, 2013 10:49 am
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

Re: TQRChart axis scaling problems

Hello Narcis,

thank you for your suggestion, I will give it a try.

Kind regards,
Guido
by OCS
Mon Nov 11, 2013 2:49 pm
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

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.
by OCS
Mon Nov 11, 2013 1:45 pm
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

Re: TQRChart axis scaling problems

I´ve uploaded the File "TeeQRTest.zip" into your upload area.
by OCS
Mon Nov 11, 2013 12:43 pm
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

Re: TQRChart axis scaling problems

Can you reproduce it in an application with a TChart component in a form instead of a TQRChart?
No, I was unable to reproduce the effect without a TQRChart. I saved bitmaps of a TChart and they were all fine.
Do you still need the project files even if they use the TQRChart?

Regards,
Guido
by OCS
Mon Nov 11, 2013 12:09 pm
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

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
by OCS
Mon Nov 11, 2013 9:10 am
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

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.
by OCS
Tue Nov 05, 2013 1:15 pm
Forum: VCL
Topic: TQRChart axis scaling problems
Replies: 19
Views: 19929

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...
by OCS
Mon Apr 18, 2011 9:46 am
Forum: VCL
Topic: TeeChart 8.05: Fixed pixel interval between major ticks
Replies: 1
Views: 2472

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...
by OCS
Mon Nov 22, 2010 7:56 am
Forum: VCL
Topic: Weird stacked BarSeries behaviour (V8.05.50522 Win32)
Replies: 4
Views: 4417

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.
by OCS
Thu Nov 18, 2010 12:33 pm
Forum: VCL
Topic: Weird stacked BarSeries behaviour (V8.05.50522 Win32)
Replies: 4
Views: 4417

Re: Weird stacked BarSeries behaviour (V8.05.50522 Win32)

It´s X-Position, of course.
by OCS
Thu Nov 18, 2010 11:22 am
Forum: VCL
Topic: Weird stacked BarSeries behaviour (V8.05.50522 Win32)
Replies: 4
Views: 4417

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 ...