Search found 32 matches
- Tue Nov 26, 2019 9:55 pm
- Forum: VCL
- Topic: Chart font is way to large
- Replies: 1
- Views: 8831
Chart font is way to large
On a customer's computer I recently logged into the font sizes were way too large. The funny thing is is that she had normal DPI, and normal font size. Everything else in the software looked fine except the chart. Their Display Settings appeared to be the same as my computer but the chart appeared i...
- Mon Nov 04, 2019 9:00 pm
- Forum: VCL
- Topic: Series marks with semi-transparent background
- Replies: 1
- Views: 9058
Series marks with semi-transparent background
I would like to add a semi-transparent background to some marks on a chart, but keep the font non-transparent. The only setting I find for this is Series.Marks.Transparency, but it does both the background and the font.
Can this be achieved?
Thank you,
Ed Dressel
Can this be achieved?
Thank you,
Ed Dressel
- Tue Oct 22, 2019 2:04 pm
- Forum: VCL
- Topic: Only seeing a legend
- Replies: 3
- Views: 12458
Re: Only seeing a legend
Thank you for your reply.
I would like to "balance" the two charts--so they are the same height. If the second one has the legend, is this possible?
I would like to "balance" the two charts--so they are the same height. If the second one has the legend, is this possible?
- Thu Oct 17, 2019 4:50 pm
- Forum: VCL
- Topic: Only seeing a legend
- Replies: 3
- Views: 12458
Only seeing a legend
I create software for retirement planning. I have one scenario where two charts (2 TChart objects) are shown (both on the screen and in a report) that shows income on the top and balances down below (see below). http://www.tbinc.com/misc/ChartRetireYearsIncomeAndBalances.jpg There is no need to have...
- Thu Oct 17, 2019 1:18 pm
- Forum: VCL
- Topic: Chart Drops Bar Labels
- Replies: 3
- Views: 11931
Re: Chart Drops Bar Labels
A demo is attached.
- Thu Oct 17, 2019 12:50 am
- Forum: VCL
- Topic: Chart Drops Bar Labels
- Replies: 3
- Views: 11931
Chart Drops Bar Labels
In the image below, labels ("A") are being dropped because the chart is not wide enough. I have a couple of questions: http://www.tbinc.com/misc/ChartDropsLabels.jpg 1) I remember there is a margin setting somewhere that increases the likelihood that they will be drawn (years ago support told me abo...
- Wed Oct 16, 2019 3:29 pm
- Forum: VCL
- Topic: Marks Show Wrong Values
- Replies: 6
- Views: 17730
Re: Marks Show Wrong Values
I can't just take your next update and start running with it as it has to be tested.
Can I get the changes to the source code so I can fix it?
Can I get the changes to the source code so I can fix it?
- Thu Oct 10, 2019 4:03 pm
- Forum: VCL
- Topic: Recommendations on Fonts
- Replies: 0
- Views: 16624
Recommendations on Fonts
I am changing fonts in my application and am curious about font usage in TCharts. For reports, I anticipate moving to Calibri for content and Calibri Light for headers/subheaders, but in my application, I am thinking of using the Windows recommended "Segoe" fonts. Does anyone have any thoughts on th...
- Tue Oct 08, 2019 2:35 pm
- Forum: VCL
- Topic: Marks Show Wrong Values
- Replies: 6
- Views: 17730
Re: Marks Show Wrong Values
I am not sure if the bug what the version means--the version the bug is in or the version it is fixed in, but I am using version 2019.27.190530 and it is still in that version.
- Mon Oct 07, 2019 2:47 pm
- Forum: VCL
- Topic: Marks Show Wrong Values
- Replies: 6
- Views: 17730
Re: Marks Show Wrong Values
Anyone?
- Thu Oct 03, 2019 2:00 pm
- Forum: VCL
- Topic: Teechart with custom axes to ReportBuilder
- Replies: 2
- Views: 10890
Re: Teechart with custom axes to ReportBuilder
I use RB and TChart in my app, but I don't have TCharts in my reports, I have TppImage objects and create WMFs with TChart in the application and then put the image into my report--it makes life a little easier (well, a lot easier). Here are some of my methodologies: 1) All my reporting happens in o...
- Wed Oct 02, 2019 8:29 pm
- Forum: VCL
- Topic: Marks Show Wrong Values
- Replies: 6
- Views: 17730
Marks Show Wrong Values
TChart 2019.27.190530, Delphi 10.3.2 I am having a problem where the marts contain the wrong values. Here is my code: srsValues.Clear; srsValues.Add(FCalcs.DistByLifeExpect, 'Divided'#13'by Life'#13'Expectancy', clTeeColor); srsValues.Add(FCalcs.DistAmortized, 'Amortized', clTeeColor); srsValues.Add...
- Mon Sep 16, 2019 9:57 pm
- Forum: VCL
- Topic: Rendering WMF doesn't render icon well & Dragging lef/rgi
- Replies: 1
- Views: 8461
Rendering WMF doesn't render icon well & Dragging lef/rgi
In the attached demo there is a thunderbolt icon that looks like I want it to on the chart. Q1) When I render it to WMF, the icon has an ugly white space around it (click on the Image tab will do this). I really want to keep it as a WMF to avoid pixelating when I print it. Any suggestions on how to ...
- Fri Aug 30, 2019 9:37 pm
- Forum: VCL
- Topic: Changing the fonts in a chart
- Replies: 4
- Views: 13530
Re: Changing the fonts in a chart
Is the only font associated with series the Marks? Or are there others in some series?
- Wed Aug 07, 2019 3:58 pm
- Forum: VCL
- Topic: Marks on pie overlap with title
- Replies: 8
- Views: 20949
Re: Marks on pie overlap with title
Perfect. Thank you. I guess you having a demo helped.