ChartDirector 7.0 (Java Edition)

BaseChart.setColors


Usage

public void setColors(int[] 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