Search found 11 matches

by tb
Tue Sep 28, 2004 11:55 am
Forum: VCL
Topic: Surface3D
Replies: 2
Views: 5556

Thanks, I'll have a look :-D

-Torben
by tb
Mon Sep 27, 2004 7:37 pm
Forum: VCL
Topic: Surface3D
Replies: 2
Views: 5556

Surface3D

Does anybody have an example of using the Surface3D of the TDraw3D canvas ? I looked through the demos and googled it, but didn't come up with anything.

-regards,

-Torben
by tb
Sat Sep 25, 2004 9:36 pm
Forum: VCL
Topic: OpenGL
Replies: 2
Views: 5637

If I comment out these lines in the Draw3D_Canvas unit it runs ... :?:

{ Draw 100 small random dots, to simulate "dust" }
// for t:=0 to 100 do
// Pixels3D[200+Random(50),120+Random(100),20+Random(100)]:=RandomColor;

any ideas ?
by tb
Sat Sep 25, 2004 9:05 pm
Forum: VCL
Topic: Creating new component derived from TChart
Replies: 1
Views: 4532

Hi Torben

Just a hint:
We have made a derived component from TeeChart to ease our special needs and use of the chart. What you have to do is look at TCustomChart and use this as the ancestor - not TChart which is itself a desendant hereof. See the unit Chart.pas.

regards,

-Torben Bach
by tb
Sat Sep 25, 2004 8:47 pm
Forum: VCL
Topic: OpenGL
Replies: 2
Views: 5637

OpenGL

Hi,

When running the Teechart 6 demo program in the Delphi IDE I get this error when enabling OpenGL:

Pixel3D (c:\...\..\TeeGlCanvas.pas, line 1534)

When I run the precompiled version this does not happen.

What is wrong ?

-Torben

P.S. I am running D6 and TeeChart 6
by tb
Mon Sep 20, 2004 9:43 am
Forum: VCL
Topic: Marks Angle
Replies: 4
Views: 8263

AH ! Found the problem. We had an old TeeChart version's dcu file lying forgotten in a library :oops:

Old files deleted - problem is fixed.

:D

Thanks for your assistance !

-Torben
by tb
Mon Sep 20, 2004 8:52 am
Forum: VCL
Topic: Marks Angle
Replies: 4
Views: 8263

more Marks

Strange - I't doesn't appear here. If I try to write to the property I get an "undeclared Identifier : 'Angle' " when trying to compile ... ? In the Chart Editor I can rotate angles etc .....I don't get it - is there an error in my installtion or am I missing an update or something ? The example is ...
by tb
Fri Sep 17, 2004 12:40 pm
Forum: VCL
Topic: Marks Angle
Replies: 4
Views: 8263

Marks Angle

Hi, Could somebody please helt me. I'm using TeeChart 6 Delphi 7. I would like to add a point to my chart with a label having an angle. Could you please teel me the property to set. I can see that in TeeChart 7 the TSeriesMarks obj has an Angle property, but this is not the case in TeeChart 6. Where...
by tb
Wed Jan 28, 2004 3:19 pm
Forum: VCL
Topic: TBarSeries
Replies: 2
Views: 9736

BarSeries Answer

Hi, After some experimenting I found a solution - if anybody should be interested, here it is: I add an object list as a global property, and acces this in the Series1GetBarStyle. Works nicely -tb heres the code: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Co...
by tb
Wed Jan 28, 2004 12:39 pm
Forum: VCL
Topic: TBarSeries
Replies: 2
Views: 9736

P.S.

I'm using TeeChart Pro 5 VCL version v5.01 !
by tb
Wed Jan 28, 2004 12:36 pm
Forum: VCL
Topic: TBarSeries
Replies: 2
Views: 9736

TBarSeries

Hi I'm trying to make a bar series with the different segments having a different color AND BRUSH STYLE. Using the AddXY funtion allows me to add values and specifying a color, but how to specify a Brush style only to be used for the specific value. When I use the TBarSeries.Brush or TBarSeries.BarB...