ICustom3DPaletteSeries.UsePalette
ICustom3DPaletteSeries

property UsePalette: WordBool;

Type Library
TeeChartx

Description
Default: False

The UsePalette property indicates that Surface polygons will be filled with a multi-color palette. The PaletteSteps property determines the number of entries in the palette.

Alternatively to Palettesteps you may use UseColorRange property or the Series ColorEachPoint to define colour for the Surface Series.

Example [Visual Basic]:

This fills the Surface polygons with a multi-color palette:

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