[VB] | Public Sub setColors2(paletteEntry As Integer, colors As Integer()) |
[C#] | public void setColors2(int paletteEntry, int[] colors); |
ChartDirector 5.1 (.NET Edition)
BaseChart.setColors2
Usage
[VB] | Public Sub setColors2(paletteEntry As Integer, colors As Integer()) |
[C#] | public void setColors2(int paletteEntry, int[] colors); |
Description
Arguments
Argument | Default | Description |
---|---|---|
paletteEntry | (Mandatory) | An index to the palette to start changing the colors. |
colors | (Mandatory) | An array of colors to change to. |
Return Value