Contents  All Classes  Index A-Z  All Units


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 ;



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.