ChartDirector 7.1 (C++ Edition)

BaseChart.setColors


Usage

void setColors(IntArray colors);

Description

Change the colors in the palette.

See Color Specification on how colors are represented in ChartDirector.

Arguments

ArgumentDefaultDescription
colors(Mandatory)An array of colors to change to.

Return Value

None