Iso-Surface, Contour
Posted: Wed Jun 25, 2008 9:38 am
My version is TeeChart Pro v. 8.02.10861, Delphi 7
1. Array ColorPalette now is used by TeeChart, so I cannot use is as "my"
array. I think the name TeeChart.ColorPalette should be hidden in TeeChart
2. Procedure AddXYX in Iso-surface series takes MaxValue from
second item (Y), not from Z.
Try this :
for M := 01 to 12 do
for H := 00 to 23 do
Series1.AddXYZ (H, M + H, M);
Left Axis have MaxValue 34 not 12
May be is is the reason of other mistakes, so I don't write about them.
It is important for me becasue I want to show meteorology data using iso-surcace
Janusz
1. Array ColorPalette now is used by TeeChart, so I cannot use is as "my"
array. I think the name TeeChart.ColorPalette should be hidden in TeeChart
2. Procedure AddXYX in Iso-surface series takes MaxValue from
second item (Y), not from Z.
Try this :
for M := 01 to 12 do
for H := 00 to 23 do
Series1.AddXYZ (H, M + H, M);
Left Axis have MaxValue 34 not 12
May be is is the reason of other mistakes, so I don't write about them.
It is important for me becasue I want to show meteorology data using iso-surcace
Janusz