ChartDirector 7.1 (.NET Edition)

BaseChart.setColor


Usage

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

Description

Change the color at 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.
color(Mandatory)The color to change to.

Return Value

None