Search found 19 matches

by Ed Dressel
Thu Jun 12, 2025 3:09 pm
Forum: VCL
Topic: Move/Rotate Left-Axis Caption above Axis
Replies: 4
Views: 1686

Re: Move/Rotate Left-Axis Caption above Axis

Thank you on both issues--I found another way to upload images (even quicker using a product named SnagIt. I didn't realize it had these features).
by Ed Dressel
Fri Jun 06, 2025 8:45 pm
Forum: VCL
Topic: Move/Rotate Left-Axis Caption above Axis
Replies: 4
Views: 1686

Re: Move/Rotate Left-Axis Caption above Axis

I should have mentioned--I did try using the top axis caption, but I cannot find how to remove the space between the bottom of the caption and the top of the chart.
by Ed Dressel
Fri Jun 06, 2025 8:36 pm
Forum: VCL
Topic: Move/Rotate Left-Axis Caption above Axis
Replies: 4
Views: 1686

Move/Rotate Left-Axis Caption above Axis

Move left-axis label to the top of the axis. My graphic designer suggested that the left axis label be moved & rotated to the top of the axis, as seen in the images below. Is this possibe? http://www.tbinc.com/Misc/TChartLeftAxis.jpg (image URL is www.tbinc.com/Misc/TChartLeftAxis.jpg --I don't know...
by Ed Dressel
Fri Apr 11, 2025 2:09 pm
Forum: VCL
Topic: Chart shows a dip when including decimals
Replies: 2
Views: 9778

Re: Chart shows a dip when including decimals

Thank you! That works perfectly.
by Ed Dressel
Wed Apr 09, 2025 7:38 pm
Forum: VCL
Topic: Chart shows a dip when including decimals
Replies: 2
Views: 9778

Chart shows a dip when including decimals

D12.2, TChart 24.42 In a chart I needed, I could not get a stacked area chart to work, so I add the values of previous series to the new series point. Also, when a value goes to zero, I step it down, so that the chart goes straight to zero. The chart works fine when I don't use decimal values: https...
by Ed Dressel
Fri Jan 31, 2025 4:25 pm
Forum: VCL
Topic: Font issue with Scale > 100%
Replies: 2
Views: 17213

Re: Font issue with Scale > 100%

We are trying to create a demo of this but have not been able to.
by Ed Dressel
Tue Jan 14, 2025 8:35 pm
Forum: VCL
Topic: Font issue with Scale > 100%
Replies: 2
Views: 17213

Font issue with Scale > 100%

TChart Pro 2024.42.241021 32 bit VCL

If my main monitor Scaling is set to 100%, everything looks good, but if it is set to 200%, the fonts are way oversized.

Here is an example:

https://app.screencast.com/eO5jUiIwptHMI

Again, this does not happen if the main monitor is not set to 100%.

Ed Dressel
by Ed Dressel
Fri Dec 20, 2024 3:45 pm
Forum: VCL
Topic: Charts with Bars with Negative values
Replies: 3
Views: 28954

Re: Charts with Bars with Negative values

Thank you. That works well--but is there any way to move the series labels (e.g. "2 Years Before") below the chart, rather than overwriting the series)?
by Ed Dressel
Thu Dec 19, 2024 7:36 pm
Forum: VCL
Topic: Charts with Bars with Negative values
Replies: 3
Views: 28954

Charts with Bars with Negative values

In the attached demo, I have a TChart that has bars, some with negative values. The image is visible here: https://app.screencast.com/iyBZFNk6yvUsB I have two items I need help with. 1) For the first red bar with a negative value, there is no margin between the red and the axis--how do I create a ma...
by Ed Dressel
Tue Apr 02, 2024 2:32 pm
Forum: VCL
Topic: D12 and (Font) Scaling and Printing
Replies: 5
Views: 51199

Re: D12 and (Font) Scaling and Printing

I found a solution. Calling:

Code: Select all

aChart.ScaleForPPI(100);
before generating the graphic fixes this, and then

Code: Select all

aChart.ScaleForPPI(0);
resets the chart.
by Ed Dressel
Mon Apr 01, 2024 2:36 pm
Forum: VCL
Topic: D12 and (Font) Scaling and Printing
Replies: 5
Views: 51199

Re: D12 and (Font) Scaling and Printing

This issue is keeping me from posting an update on my application. Any ideas on how to solve it?
by Ed Dressel
Wed Mar 27, 2024 3:10 pm
Forum: VCL
Topic: D12 and (Font) Scaling and Printing
Replies: 5
Views: 51199

Re: D12 and (Font) Scaling and Printing

Delphi 12, TeeChart 2023.39.231109 32-bit Thank you for the quick response. Here is what I get with your demo: Chart with 100% scaling. http://www.tbinc.com/misc/ChartScale100.jpg URL: http://www.tbinc.com/misc/ChartScale100.jpg And at 200%: http://www.tbinc.com/misc/ChartScale200.jpg URL: http://ww...
by Ed Dressel
Tue Mar 26, 2024 5:51 pm
Forum: VCL
Topic: D12 and (Font) Scaling and Printing
Replies: 5
Views: 51199

D12 and (Font) Scaling and Printing

D12, Windows 11 D12 does a lot to improve the Scaling issues, and for the GUI, it looks good. But when I go to print, I want to turn off the scaling for TCharts so that the reports have the correct font size (rather than scaled-up font size). This is the chart image I see when the display is scaled ...
by Ed Dressel
Wed Sep 27, 2023 3:34 pm
Forum: VCL
Topic: Stepping as stacked area series to/from zero values
Replies: 22
Views: 117934

Re: Stepping as stacked area series to/from zero values

Sorry, I missed your reply. I don't want the angled lines--like the blue line that goes from 1 to 2. It should be a vertical line at 2, and the yellow line as well. It is more of an on/off value, not something that gradually gets there. (This can be done in a bar chart a lot easier, but the area cha...
by Ed Dressel
Thu Aug 31, 2023 8:40 pm
Forum: VCL
Topic: Font Sizes in Charts
Replies: 7
Views: 56417

Re: Font Sizes in Charts

No comment on this? Is there any support here?