I just upgraded to V7.0.1.1. The version number in the aboutbox is still showing version 7.0.0.8.
BTW what is the intendend way (via code) to retrieve the correct versionnumber of the TeeChart control.
Greetings,
Jack
Search found 10 matches
- Tue Oct 10, 2006 11:20 am
- Forum: ActiveX
- Topic: Aboutbox version
- Replies: 1
- Views: 3449
- Mon May 01, 2006 5:55 pm
- Forum: ActiveX
- Topic: ashorizbar property gone ?
- Replies: 1
- Views: 3603
ashorizbar property gone ?
I just upgraded to 7.0.0.7. In testing my app i'm getting errors by "reaching" to the ashorizbar property.
Something like :
AddSeries(scHorizBar)
series(0).ashorizbar.multibar=0
Could you please test this ?
Greetings,
Jack
Something like :
AddSeries(scHorizBar)
series(0).ashorizbar.multibar=0
Could you please test this ?
Greetings,
Jack
- Thu Sep 22, 2005 4:17 pm
- Forum: ActiveX
- Topic: Add tool error
- Replies: 3
- Views: 5270
Add tool error
Hi Narcis,
Well i couldn't reproduce the problem either. I did upload the chart (VCC 1.tee) on the newsgroup.
My TC version is the latetst, i believe 7.0.0.5.
Greetings,
Jack
Well i couldn't reproduce the problem either. I did upload the chart (VCC 1.tee) on the newsgroup.
My TC version is the latetst, i believe 7.0.0.5.
Greetings,
Jack
- Thu Sep 22, 2005 9:42 am
- Forum: ActiveX
- Topic: Add tool error
- Replies: 3
- Views: 5270
Add tool error
Hi, I'm using a chart which contains data and some tools (9 colorbands and 3 -lines). Now when i add a new tool (via the editor) it gives me a warning (or error) : a component named TChartTool9 already exists. If i change the order of the tools; move the colorline up to position 5 it complains that ...
- Fri Aug 26, 2005 2:01 pm
- Forum: ActiveX
- Topic: Colorpicker problem
- Replies: 2
- Views: 4344
- Fri Aug 26, 2005 12:02 pm
- Forum: ActiveX
- Topic: Colorpicker problem
- Replies: 2
- Views: 4344
Colorpicker problem
Hi, I've run into a problem with the colorpicker (to color a series). I've discovered that it is possible to select a series (via tabs series, format, combobox), open de colorpicker to give the serie an other color, but dont close the picker. Then select an other serie (via the combobox). If this is...
- Thu Nov 04, 2004 12:05 pm
- Forum: ActiveX
- Topic: Two questions
- Replies: 1
- Views: 3871
Two questions
AXV7, XP 1. When a line is drawn with style small dot it prints like a solid line with a very small line width (<1). When setting a lineseries (solid line) width of 1 (=minimum) it looks great on screen (1 pixel), but when printing the line is about 1 mm thick. Why doesn't it print like it looks on ...
- Thu Oct 21, 2004 8:36 am
- Forum: ActiveX
- Topic: Automatic min-max
- Replies: 4
- Views: 6853
- Wed Oct 20, 2004 11:10 am
- Forum: ActiveX
- Topic: Automatic min-max
- Replies: 4
- Views: 6853
Ï'm not a Delphi developer. I use the following code : SELF:Series(0):clear() dw_alen:=ALen(adata) FOR i:=1 TO dw_alen STEP dw_stap SELF:Series(0):asFastLine:AddRealTime(i,adatai],'',clteecolor) NEXT adata is an array with 512 elements of dwords. Self refers to the teechart control. Example : Update...
- Mon Oct 18, 2004 3:19 pm
- Forum: ActiveX
- Topic: Automatic min-max
- Replies: 4
- Views: 6853
Automatic min-max
How is the automatic min-max of an axis intended to work? I'm using teechart to display data every 10 sec. The x-data has a fixed width (512 channels). The y-data is variable. So my y-axis is set with a fixed minimum of zero and the maximum is set to automatic maximum. So every ten seconds i do a se...