TCustom3DPaletteSeries.UsePaletteMin
 
 
 

All Units  All Classes  Properties, Methods and Events  

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 ;




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.