ICustom3DPaletteSeries.PaletteSteps
ICustom3DPaletteSeries

property PaletteSteps: Integer;

Type Library
TeeChartx

Description
Default: 32

The PaletteSteps property indicates the number of entries in the default color Palette. As more steps, more different colors will be used to fill the Surface polygons. Setting this property forces SurfaceSeries to recreate the default color palette.

Example [Visual Basic]:

TChart1.Series(0).asSurface.PaletteSteps = 100