ChartDirector 7.1 (C++ Edition)

BaseChart.setColors2


Usage

void setColors(int paletteEntry, IntArray colors);

Description

Change the colors in the palette, starting from the specified position in the palette.

See Color Specification on how colors are represented in ChartDirector.

Arguments

ArgumentDefaultDescription
paletteEntry(Mandatory)An index to the palette to start changing the colors.
colors(Mandatory)An array of colors to change to.

Return Value

None