Search found 1 match
- Fri Mar 11, 2005 4:52 pm
- Forum: VCL
- Topic: Color disappear when I change a level value
- Replies: 1
- Views: 3041
Color disappear when I change a level value
Hello, I have a TContourSeries which contains lots of XYZ value. When I write the following lines : Series.CreateAutoLevels; Series.NumLevels := 10; Series1.EndColor := clBlue; Series1.MidColor := ClGreen; Series1.StartColor := clRed; Series1.UseColorRange := true; With that, the color palette is go...