ChartDirector 5.1 (.NET Edition)

BaseChart.setColors


Usage

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

Description

Change the colors in the palette.

See Color Specification on how colors are represented in ChartDirector.

Arguments

ArgumentDefaultDescription
colors(Mandatory)An array of colors to change to.

Return Value

None