[VB] | Public Shared Function NColor2(colors As Integer()) As System.Drawing.Color() |
[C#] | public static System.Drawing.Color[] NColor2(int[] colors); |
ChartDirector 5.1 (.NET Edition)
Chart.NColor2
Usage
[VB] | Public Shared Function NColor2(colors As Integer()) As System.Drawing.Color() |
[C#] | public static System.Drawing.Color[] NColor2(int[] colors); |
Description
Arguments
Argument | Default | Description |
---|---|---|
colors | (Mandatory) | An array of ChartDirector colors. |
Return Value