ICustom3DPaletteSeries.StartColor
ICustom3DPaletteSeries

property StartColor: OLE_COLOR;

Type Library
TeeChartx

Description
Default: Navy

The StartColor property defines one of the three colors used to create the palette to fill the Surface polygons. The UseColorRange property should be True.

Example [Visual Basic]:

This code will create a gradient color palette from Red to White:

TChart1.Series(0).asSurface.StartColor = vbRed

TChart1.Series(0).asSurface.EndColor = vbWhite

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