ICustom3DPaletteSeries.UsePaletteMin
ICustom3DPaletteSeries

property UsePaletteMin: WordBool;

Type Library
TeeChartx

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.

TChart1.Series(0).asSurface.UsePalette = True

TChart1.Series(0).asSurface.UseColorRange = False

TChart1.Series(0).asSurface.UsePaletteMin = True

TChart1.Series(0).asSurface.PaletteMin = 1000