Search found 5 matches

by Mark
Fri May 20, 2011 2:02 am
Forum: VCL
Topic: TChart alignment of multiple charts
Replies: 6
Views: 13405

Re: TChart alignment of multiple charts

I think I sorted it.

At design time it's down to setting the Axes/Label/Style size. In code you set the LabelsSize property.

By the way I'm really like the product. It's so flexible. Just so many features to learn! :D

Mark
by Mark
Fri May 20, 2011 1:25 am
Forum: VCL
Topic: Scrolling problems
Replies: 6
Views: 6455

Re: Scrolling problems

Hi Miguel Not sure if this is what you mean. I've been scrolling my charts programatically. I use the following axes method: Chart1.Axes.Bottom.SetMinMax(1, 50); If you're using datetimes for your x axis then the min/max needs to be datetimes of course. i.e. it's not an index it's the actual x value...
by Mark
Fri May 20, 2011 12:15 am
Forum: VCL
Topic: TChart alignment of multiple charts
Replies: 6
Views: 13405

Re: TChart alignment of multiple charts

I'm trying to do a similar thing. I have multiple charts which I want to align so the data along the x-axis is in the same position. I can set the left side no problem but because the right axis width varies I can't get an exact alignment. I tried the above code but they don't seem to address this i...
by Mark
Wed May 18, 2011 11:00 pm
Forum: VCL
Topic: Installation Problem
Replies: 7
Views: 8547

Re: Installation Problem

I wasn't 100% certain if this is the right thing to do but I renamed the tee9150.bpl and dcltee9150.bpl files. It seems to load ok now.

It would be nice if the installation program could handle this. I'm surprised it doesn't?

Mark
by Mark
Wed May 18, 2011 3:07 pm
Forum: VCL
Topic: Installation Problem
Replies: 7
Views: 8547

Installation Problem

I have a new PC. The first thing I did was to install Delphi XE. The second thing I did on it was to install TeeChart Pro. When starting XE I get the following error: Can't load package C:\Program Files\Steema Software\TeeChart 2011 for Delphi 2011\Delphi15\Bin\DclTree2D15Tee9.bpl. Cannot load packa...