Search found 2 matches

by Luis
Thu Sep 09, 2010 9:27 pm
Forum: VCL
Topic: IsoSurface 3D Chart Palete Problem
Replies: 3
Views: 2398

Re: IsoSurface 3D Chart Palete Problem

Hi Yeray,

Please give me the path to get this Features Demo program, I have searching im my Steema DVD and I do not found it.
If this sample is inside Steema website give me the link to download.

Thank you.
by Luis
Tue Aug 31, 2010 6:24 pm
Forum: VCL
Topic: IsoSurface 3D Chart Palete Problem
Replies: 3
Views: 2398

IsoSurface 3D Chart Palete Problem

Hi, Im trying to make a TIsoSurface serie in the chart using this kind of code below: ... with Series1 do begin for i := 1 to 29 do for j := 1 to 29 do AddXYZ(i, MyMatrix[i, j], j); for k := 1 to 15 do AddPalette(MyScaleValues[k], MyColors[k]); end; And it did well, except for the colors of the pale...