ChartDirector 7.1 (C++ Edition)

BoxWhiskerLayer.setBoxColor


Usage

void setBoxColor(int item, int boxColor);

Description

Sets the color for a single box.

Arguments

ArgumentDefaultDescription
item(Mandatory)The index of the box to change color. The first box is 0, while the Nth box is N - 1.
boxColor(Mandatory)The color to use to fill the box.

Return Value

None