Search found 33 matches

by Ed
Thu Jun 28, 2007 1:50 pm
Forum: VCL
Topic: Pixelated Bitmap
Replies: 3
Views: 7043

narcis wrote:One way to enhance the quality of the bitmap to be printed would be increasing its size.
Yes, but increasing the size decreases the font size. I know, then increase the font size.... and that becomes much more work. I thought that there must be an easier way to do this. Maybe not.
by Ed
Wed Jun 27, 2007 4:01 pm
Forum: VCL
Topic: Pixelated Bitmap
Replies: 3
Views: 7043

Pixelated Bitmap

I am creating a bitmap from a TChart at run time to print in a report. (One series in the chart has Transparent set to True, which means I can not use the WMF format as this is not supported). I use the following code: lBmp.Width := lRect.Right; lBmp.Height := lRect.Bottom; lChart.Draw(lBmp.Canvas, ...
by Ed
Thu Oct 27, 2005 7:19 pm
Forum: VCL
Topic: Stacked TAreaSeries does not work well
Replies: 1
Views: 4587

Stacked TAreaSeries does not work well

I have a chart with a number of TAreaSeries that are stacked--but try as I might, I can not get the chart to look right. The key is that not all X points are represented--nor can they be. For example, I am monitoring contributions to an account. Accounts may or may not have contributions on given da...
by Ed
Thu Oct 27, 2005 4:49 pm
Forum: VCL
Topic: LablesAngled text results in text overwriting chart
Replies: 1
Views: 4567

LablesAngled text results in text overwriting chart

setting Chart.BottomAxis.LabelsAngle = e.g. 60 (not 0, or 90) results in the labels overwriting the chart when using the GetAxisLabel. If it is 90, it works just fine.

A demo can be downloaded here:

http://www.retireneeds.com/AngledBottomAxis.zip

Ed Dressel
by Ed
Thu Oct 27, 2005 2:34 pm
Forum: VCL
Topic: area series displays blank region
Replies: 1
Views: 4817

area series displays blank region

I am using an TAreaSeries (with MultiArea set to maStacked) and am getting a blank region when I do not add all x values for the series. Here is an image: http://www.retireneeds.com/blankareaseries.jpg What I want to do is have a null value in the series between the positive and negative values--but...
by Ed
Sun Sep 04, 2005 6:39 pm
Forum: VCL
Topic: chart renedered as WMF with wrong colors
Replies: 3
Views: 6690

/Which TeeChart version are you using? 7.04 (or .03) /Could you please send us an example we can run "as-is" or the .tee file for /that chart to reproduce the problem here? You can post your files at /news://www.steema.net/steema.public.attachments newsgroup. I could--but it works on +99% of the mac...
by Ed
Wed Aug 31, 2005 3:12 pm
Forum: VCL
Topic: chart renedered as WMF with wrong colors
Replies: 3
Views: 6690

chart renedered as WMF with wrong colors

I am creating a WMF from a TChart and the image is appearing incorrectly--the colors are off. An image can be seen here: http://www.retireneeds.com/files/ChartImage.jpg Below is some system info from their computer (a madExcept report). Note that I had them set their colors to 32 bit and it didn't f...
by Ed
Fri Jun 03, 2005 4:51 pm
Forum: VCL
Topic: Spacing of characters in WMF
Replies: 3
Views: 7083

Thank you very much for your demo but it seems to work fine here using latest TeeChart version (v7.04). Which TeeChart version are you using?[/quote] 7.04. The problem is much more subtle when showing in the graphics adapter vs. the printer. But the ‘w’ and ‘t’ do not touch vs. all of the other char...
by Ed
Tue May 31, 2005 7:38 pm
Forum: VCL
Topic: Spacing of characters in WMF
Replies: 3
Views: 7083

Spacing of characters in WMF

I am getting a few complains from users in printing out a chart that contain the word 'Growth'--it appears that that there is a space between the 'w' and the 't', i.e. 'Grow th'. I have reproduced this in a demo that shows a similar problem at run time with a WMF image (but it does not occur with a ...
by Ed
Thu Apr 14, 2005 10:25 pm
Forum: VCL
Topic: installation: can not load package...
Replies: 2
Views: 5953

Thanks--I deleted Tee70 and found that it was another component I had installed (Developer's Express). Fixed. Again, thanks

Ed Dressel
by Ed
Thu Apr 14, 2005 7:03 pm
Forum: VCL
Topic: installation: can not load package...
Replies: 2
Views: 5953

installation: can not load package...

After installing in a brand new D7 verison, I am getting the following error when staring Delphi:

Cannot load package 'Tee77.' It contains unit 'TeeAbout' which is also contained in package 'tee70'.

anyone advise me what to do?

Thanks
Ed Dressel
by Ed
Mon Apr 11, 2005 10:14 pm
Forum: VCL
Topic: Color of pie slices
Replies: 1
Views: 4624

Color of pie slices

How can I get the color of existing pie slices for a given series?

thanks
Ed Dressel
by Ed
Wed Mar 30, 2005 4:42 pm
Forum: VCL
Topic: Exporting 'themed-charts' to WMF, EMF & BMP
Replies: 6
Views: 11325

>I have already added your request to our list to be considered for inclusion in future releases.

Thanks for the timely response.

Just a point of clarification--is this seen as a bug or a feature request? I see it as a bug. Please comment.

Ed Dressel
by Ed
Tue Mar 29, 2005 10:42 pm
Forum: VCL
Topic: Themes and Series Colors
Replies: 2
Views: 5773

>ThemeColor := ExcelPalette[x];

thanks, but without searching through the source code, how do I know which palette is being used with which theme?

Thanks
Ed Dressel
by Ed
Tue Mar 29, 2005 8:50 pm
Forum: VCL
Topic: Exporting 'themed-charts' to WMF, EMF & BMP
Replies: 6
Views: 11325

I found that setting the chart.backwall.transparent := true before creating the WMF fixes the problem for all styles but 'Facts', which doesn't want to work not matter why I attempt to do.

Any thoughts?

Ed Dressel