Search found 38 matches
- Mon Jun 23, 2025 12:55 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
- Thu Jun 19, 2025 4:53 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
I have another printing issue that I would like to resolve if possible. The pie chart really stretches and the margins look way bigger. Here is the pie chart on the screen: PieOnScreen.png And here it is printed to PDF: PieInPrint.png I am using the ChartPrintRect and the aspect ratios of screen vs ...
- Thu Jun 19, 2025 1:32 pm
- Forum: VCL
- Topic: Formatting Help with a Circular Gauge...
- Replies: 13
- Views: 4453
Re: Formatting Help with a Circular Gauge...
This is not a problem. I had remnants of older versions in there. Once I uninstalled those and recompiled, it was fine.
- Thu Jun 19, 2025 12:59 pm
- Forum: VCL
- Topic: Formatting Help with a Circular Gauge...
- Replies: 13
- Views: 4453
Re: Formatting Help with a Circular Gauge...
So, here is an interesting twist. The chart seems to work well in Debug mode, but not Release...
Compiled in debug mode:
Compiled in release mode:
Why would that be?
John
Compiled in debug mode:
Compiled in release mode:
Why would that be?
John
- Wed Jun 18, 2025 4:36 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
It seems like using anything but the default center alignment for the title does odd stuff.
- Wed Jun 18, 2025 4:34 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
Sure. Here is a quick little program: Program.png (btw, the title was set to left justified alignment) Here is a PDF print of that: PDF_Out.png The Sample Project Zip is attached. It's giving me all types of hell. I just compiled a Release version and lost the center alignment on the circular gauges...
- Wed Jun 18, 2025 1:43 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
It did eventually print after a few minutes.
- Wed Jun 18, 2025 1:41 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
Hello Yeray,
Thank you. It compiles now, and the legends work as intended.
I have another new issue (besides titles and stretching during printing), now it just stops when printing the charts (or takes a really long time...not sure):
John
Thank you. It compiles now, and the legends work as intended.
I have another new issue (besides titles and stretching during printing), now it just stops when printing the charts (or takes a really long time...not sure):
John
- Wed Jun 18, 2025 2:51 am
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
Hello, I am getting a compile error with those changes:
John
John
- Tue Jun 17, 2025 6:36 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
I figured maybe I could get around it by drawing to a Bitmap, then painting that to the printer. I got this:
John
John
- Tue Jun 17, 2025 5:57 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
Plus, what does PrintProportional do? It says it is on by default, but the charts seem to stretch if I don't set the right aspect ratio. The circular gauges ignore the Circled property.
Thanks again...
Thanks again...
- Tue Jun 17, 2025 5:54 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Re: Pie Chart Legend bug or my missing call?
Thanks Yerah.
I think I have identified another small bug. Using PrintPartialCanvas, the chart titles don't seem to adjust to the given rectangle:
I was going to go tinkering around in the code, but figured I would point it out anyway.
Thanks,
John
I think I have identified another small bug. Using PrintPartialCanvas, the chart titles don't seem to adjust to the given rectangle:
I was going to go tinkering around in the code, but figured I would point it out anyway.
Thanks,
John
- Mon Jun 16, 2025 7:26 pm
- Forum: VCL
- Topic: Pie Chart Legend bug or my missing call?
- Replies: 17
- Views: 4284
Pie Chart Legend bug or my missing call?
I am using a Pie Chart and when I send some data to it the first time, it is great. It looks like: Chart1.png However, when I try to limit the data, the legend entries all stay. I call the Clear function on the series, then run the data again with fewer entries and get: Chart2.png Thank you, John
- Mon Jun 16, 2025 7:20 pm
- Forum: VCL
- Topic: Formatting Help with a Circular Gauge...
- Replies: 13
- Views: 4453
Re: Formatting Help with a Circular Gauge...
Perfect...it works nicely now.
- Thu Jun 12, 2025 2:56 pm
- Forum: VCL
- Topic: Formatting Help with a Circular Gauge...
- Replies: 13
- Views: 4453
Re: Formatting Help with a Circular Gauge...
OK, new license achieved. If you want to just do the source diff, that should work.
Thank you, again...
NUZ
Thank you, again...
NUZ