ChartDirector 7.0 (ASP/COM/VB Edition)

BoxWhiskerLayer.setBoxColor


Usage

setBoxColor(item, 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