ChartDirector 7.1 (.NET Edition)

BaseChart.setColors2


Usage

[C#]public void setColors2(int paletteEntry, int[] colors);
[VB]Public Sub setColors2(paletteEntry As Integer, colors As Integer())

Description

Change the colors in the palette, starting from the specified position in the palette.

See Color Specification on how colors are represented in ChartDirector.

Arguments

ArgumentDefaultDescription
paletteEntry(Mandatory)An index to the palette to start changing the colors.
colors(Mandatory)An array of colors to change to.

Return Value

None