Search found 22 matches

by Hardee
Wed Jan 05, 2011 5:35 pm
Forum: VCL
Topic: Save chart as png with a Custom Legend Tool on it
Replies: 1
Views: 4284

Save chart as png with a Custom Legend Tool on it

Hello, I have a chart that actually doesn't have a series, but has a Custom Legend Tool with some rows and two columns. I populate the data with assignments to the Legend tool grid cells. Everything looks good on the screen, but I need to save the chart, with the title and the custom legend tool to ...
by Hardee
Tue Jan 04, 2011 7:52 pm
Forum: VCL
Topic: Help with linear gauge showing the value with a gradient
Replies: 2
Views: 5744

Help with linear gauge showing the value with a gradient

Hello, I am trying to code a gauge that looks like the following (from the steema website). I seem to be unable to specify that I want the value bar to have a gradient, as in this picture it goes from green to red? Could someone give me some code to set a gauge with a gradient as in the picture. I h...
by Hardee
Sat Dec 18, 2010 3:52 am
Forum: VCL
Topic: Custom Legend Tool - Make background transparent
Replies: 1
Views: 4172

Custom Legend Tool - Make background transparent

Hello, I want to use the Custom Legend Tool but I need to make it, and the string grid in it, transparent. The effect I want is just the text in columns and rows, but have the gridlines, border and background not visible. I have gotten rid of the border and grid lines but still have the background. ...
by Hardee
Fri Dec 17, 2010 2:50 pm
Forum: VCL
Topic: Create Png image of chart with transparent background
Replies: 2
Views: 5447

Create Png image of chart with transparent background

Hello, Can some one help me with the options for a chart so I can save it out as a png image with no background? I have taken the borders off the panel and tried numerous other options but I still get the background. I have v 2010 pro and Delphi 2009. I understand that png images can be transparent,...
by Hardee
Thu Dec 31, 2009 2:01 pm
Forum: VCL
Topic: Error message after installing TeeChart Standard for Delphi
Replies: 3
Views: 6638

Re: Error message after installing TeeChart Standard for Delphi

Thank you very much for your reply. I was really flustered.

I've got it running now.

Hardee
Washington, DC
by Hardee
Wed Dec 30, 2009 4:21 pm
Forum: VCL
Topic: Error message after installing TeeChart Standard for Delphi
Replies: 3
Views: 6638

Error message after installing TeeChart Standard for Delphi

Hello, I installed TeeChart Standard into my Delphi 2009 and now I cannot get the packages to load. I had this problem before in Delphi 7 and even get help for it, but I cannot make that work here. I get the error Cannot load package Tee812. It contains unit 'TeeAbout' which is also contained in pac...
by Hardee
Fri Oct 12, 2007 7:28 pm
Forum: VCL
Topic: Problem Installing TeeChart 7.07 in Delphi 7
Replies: 1
Views: 4571

I finally went and found Tee70.bpl and renamed it to see what happens. I saw that it was being loaded by some Developer's Express components.

It seems I read about this before but I had forgotten.

Anyway it seems I have it installed.

Hardee Mahoney
Washington, DC
by Hardee
Fri Oct 12, 2007 6:35 pm
Forum: VCL
Topic: Problem Installing TeeChart 7.07 in Delphi 7
Replies: 1
Views: 4571

Problem Installing TeeChart 7.07 in Delphi 7

I know this topic was addressed some years ago or so and I have been looking at the posts. But for the life of me I cannot get TChart Pro to install. No matter what I get the message Cannot load package Tee77, About Tee is already in Tee70. How do I get rid of Tee70. Could you please post a step by ...
by Hardee
Wed Aug 22, 2007 5:18 pm
Forum: VCL
Topic: All TBoxSeries.XLabel do not appear on the chart along the X
Replies: 6
Views: 14409

Thanks!

I thought I might not be using the XLabels property correctly.
by Hardee
Tue Aug 21, 2007 3:35 pm
Forum: VCL
Topic: All TBoxSeries.XLabel do not appear on the chart along the X
Replies: 6
Views: 14409

I am still not able to get all the labels on the bottom axis for a series of box charts to print. I've tried setting the labelSeparation property to 1, and setting the labels to alternate. On the chart the first 10 labels print and not the last four. Visually it seems there is plenty of room for the...
by Hardee
Thu Aug 16, 2007 11:23 pm
Forum: VCL
Topic: All TBoxSeries.XLabel do not appear on the chart along the X
Replies: 6
Views: 14409

All TBoxSeries.XLabel do not appear on the chart along the X

Hello, I have a single Chart where I am creating Box Chart Plots. I have two functions that construct the series and assign them to the charts. I have 15 series in each chart which I create in a loop. Also in the loop I give values to the XLabel property. The functions are almost identical. The loop...
by Hardee
Thu Aug 16, 2007 9:38 pm
Forum: VCL
Topic: Printing TChart with text from annotate or rect tool
Replies: 1
Views: 4315

Printing TChart with text from annotate or rect tool

Hello, I have a box plot where I have put some text using the annotation tool and rectangle tool. I wanted to see which looks and works best. The text in these tools is not printed when I print the chart. I set the ParentChart property of the ChartTool objects but it doesn't help. Can you tell me th...
by Hardee
Mon Aug 06, 2007 3:10 pm
Forum: VCL
Topic: Clarification on the box chart graphic
Replies: 9
Views: 13950

Narcis,

Thanks so much for your help. I got it to work by taking out the recalcstats. I swore my code was just like yours, but...

Is this behavior for recalcstats like you expect?

Again, thanks for your help.
by Hardee
Mon Aug 06, 2007 2:12 pm
Forum: VCL
Topic: Clarification on the box chart graphic
Replies: 9
Views: 13950

Narcis,

Thank you very much for working with me on this.

When you run the code you gave me do you see the whisker ends - the black cross bar at the end of the whisker - appear at 10 and 90? When I run the code they appear at 0 and 99.

I can't understand what I am doing wrong.