Search found 38 matches

by JNuzzi
Mon Jun 23, 2025 12:55 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?

?
by JNuzzi
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 ...
by JNuzzi
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.
by JNuzzi
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:
Debug.png
Debug.png (12.91 KiB) Viewed 2241 times
Compiled in release mode:
Release.png
Release.png (13.02 KiB) Viewed 2241 times
Why would that be?

John
by JNuzzi
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.
by JNuzzi
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...
by JNuzzi
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.
by JNuzzi
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):
Freeze.png
Freeze.png (55.14 KiB) Viewed 3134 times
John
by JNuzzi
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:
Compile.png
Compile.png (55.19 KiB) Viewed 3297 times
John
by JNuzzi
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:
Bitmap.png
Bitmap.png (28.66 KiB) Viewed 3364 times
John
by JNuzzi
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...
by JNuzzi
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:
PrintPartialCanvas.png
PrintPartialCanvas.png (70.44 KiB) Viewed 3376 times
I was going to go tinkering around in the code, but figured I would point it out anyway.

Thanks,

John
by JNuzzi
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
by JNuzzi
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.
by JNuzzi
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