ICustom3DPaletteSeries.EndColor
ICustom3DPaletteSeries

property EndColor: OLE_COLOR;

Type Library
TeeChartx

Description
Default: White

The EndColor property determines the last Range palette color. When UseColorRange property is True, SurfaceSeries create a color palette using StartColor, MidColor and EndColor properties.

Example [Visual Basic]:

This code changes the color range palette:

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

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

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