Thanks, I'll have a look
-Torben
Search found 11 matches
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
-regards,
-Torben
- Sat Sep 25, 2004 9:05 pm
- Forum: VCL
- Topic: Creating new component derived from TChart
- Replies: 1
- Views: 4567
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
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
- Mon Sep 20, 2004 9:43 am
- Forum: VCL
- Topic: Marks Angle
- Replies: 4
- Views: 8340
- Mon Sep 20, 2004 8:52 am
- Forum: VCL
- Topic: Marks Angle
- Replies: 4
- Views: 8340
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 ...
- Fri Sep 17, 2004 12:40 pm
- Forum: VCL
- Topic: Marks Angle
- Replies: 4
- Views: 8340
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...
- Wed Jan 28, 2004 3:19 pm
- Forum: VCL
- Topic: TBarSeries
- Replies: 2
- Views: 9808
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...
- Wed Jan 28, 2004 12:39 pm
- Forum: VCL
- Topic: TBarSeries
- Replies: 2
- Views: 9808
P.S.
I'm using TeeChart Pro 5 VCL version v5.01 !
- Wed Jan 28, 2004 12:36 pm
- Forum: VCL
- Topic: TBarSeries
- Replies: 2
- Views: 9808
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...