[C#] | public void setBoxColor(int item, int boxColor); |
[VB] | Public Sub setBoxColor(item As Integer, boxColor As Integer) |
ChartDirector 7.1 (.NET Edition)
BoxWhiskerLayer.
Usage
[C#] | public void setBoxColor(int item, int boxColor); |
[VB] | Public Sub setBoxColor(item As Integer, boxColor As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
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