ChartDirector 7.1 (.NET Edition)

BaseChart.setColors


Usage

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

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