[C#] | public void setColors2(int paletteEntry, int[] colors); |
[VB] | Public Sub setColors2(paletteEntry As Integer, colors As Integer()) |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public void setColors2(int paletteEntry, int[] colors); |
[VB] | Public Sub setColors2(paletteEntry As Integer, colors As Integer()) |
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