[C#] | public void setBoxColors(int[] colors [, string[] names ]); |
[VB] | Public Sub setBoxColors(colors As Integer() [, names As String() ]) |
ChartDirector 7.1 (.NET Edition)
BoxWhiskerLayer.
Usage
[C#] | public void setBoxColors(int[] colors [, string[] names ]); |
[VB] | Public Sub setBoxColors(colors As Integer() [, names As String() ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
colors | (Mandatory) | An array of colors to be used as the color of the boxes. |
names | [Empty_Array] | An array of names to be used in the legend box, if one is configured for the chart. |
Return Value