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.
Search found 2 matches
- Thu Sep 09, 2010 9:27 pm
- Forum: VCL
- Topic: IsoSurface 3D Chart Palete Problem
- Replies: 3
- Views: 2429
- Tue Aug 31, 2010 6:24 pm
- Forum: VCL
- Topic: IsoSurface 3D Chart Palete Problem
- Replies: 3
- Views: 2429
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...