Search found 9 matches

by thahn
Tue May 24, 2005 1:50 am
Forum: VCL
Topic: Axis Increment Spacing Problem
Replies: 3
Views: 6498

Problem was solved by setting AutomaticMinimum = false (as well as Minimum = 0)
by thahn
Mon May 23, 2005 12:55 pm
Forum: VCL
Topic: Axis Increment Spacing Problem
Replies: 3
Views: 6498

I should have mentioned Delphi 7 / TeeChart 7.

Also the "0" does not show on the Y axis.
by thahn
Sun May 22, 2005 2:55 pm
Forum: VCL
Topic: Axis Increment Spacing Problem
Replies: 3
Views: 6498

Axis Increment Spacing Problem

I have a line chart that is largely defined in code. Multiple series are present and added dynamically. The left and right axes are identical. The axis minimum = 0; the maximum is calculated. The increment is also calculated. In one example, the maximum is 35000, with the increment of 5000. In this ...
by thahn
Mon Oct 04, 2004 2:36 pm
Forum: VCL
Topic: 3D BarChart Problem after 3D PieChart Display
Replies: 7
Views: 11271

It is not in 7.0 which I understood to be the production release. 7.01 is marked as beta. Is that incorrect?

Regards,
Tom
by thahn
Fri Oct 01, 2004 3:14 am
Forum: VCL
Topic: Broken Links in Help File
Replies: 1
Views: 4420

Broken Links in Help File

The Help file distributed with v7 contains broken links. It is apparently looking for v6 Help files rather than the v7 files that are present. Is a corrected file available?
by thahn
Thu Sep 30, 2004 4:58 pm
Forum: VCL
Topic: 3D BarChart Problem after 3D PieChart Display
Replies: 7
Views: 11271

Hi Josep, It does solve the problem! I was setting the property too late; setting it before adding a series got it to work properly. Thanks for your help! BTW, if I understand your comment, the codce yopu suggest should work in v7. It is not in the Help file nor does it compile as you have shown. Wh...
by thahn
Thu Sep 30, 2004 12:56 pm
Forum: VCL
Topic: 3D BarChart Problem after 3D PieChart Display
Replies: 7
Views: 11271

The only proeprty that I can find with Orthogonal is:

Chart.View3DOptions.Orthogonal := true;

and that doesn't correct the problem. What am I missing?

Regards,
Tom
by thahn
Wed Sep 29, 2004 3:22 pm
Forum: VCL
Topic: 3D BarChart Problem after 3D PieChart Display
Replies: 7
Views: 11271

3D BarChart Problem after 3D PieChart Display

Delphi 7/ TeeChart Pro 7 I have one TChart component that is used for numerous charts that are generated programmatically. One of these is a stacked 3D bar chart that displays properly unless it follows the display of a 3D pie chart. In that case, the chart displays as 2D and the left axis scale doe...
by thahn
Wed Aug 25, 2004 5:56 pm
Forum: VCL
Topic: TeeChartPro D7 Installation Problem
Replies: 4
Views: 11579

TeeChartPro D7 Installation Problem

I installed TeeChart Pro in D7 with defaults. When Delphi 7 was started following installation, I got a whole series of error messages. The first was: "Can't load package DclTree.bpl. Cannot load package Tee77. It contains TeeAbout which is also contained in package Tee70." What's even worse, it app...