TCustom3DPaletteSeries.UsePaletteMin
TCustom3DPaletteSeries
property UsePaletteMin: Boolean;
Unit
TeeSurfa
Description
Default : False
Set to True to force the color palette to start at PaletteMin property value.
When this property is False (the default), the color palette is calculated starting at the lowest Series YValues.
Series1.UsePalette := True ;
Series1.UseColorRange := False ;
Series1.UsePaletteMin := True;
Series1.PaletteMin := 1000 ;