[VB] | Public Sub setColorTable(colors As Integer(), offset As Integer) |
[C#] | public void setColorTable(int[] colors, int offset); |
ChartDirector 5.1 (.NET Edition)
DrawArea.setColorTable
Usage
[VB] | Public Sub setColorTable(colors As Integer(), offset As Integer) |
[C#] | public void setColorTable(int[] colors, int offset); |
Description
Arguments
Argument | Default | Description |
---|---|---|
colors | (Mandatory) | An array of colors to replace the colors in the palette. |
offset | (Mandatory) | The position in the palette to start the replacement. |
Return Value