ChartDirector 7.1 (.NET Edition)

BaseChart.getColor


Usage

[C#]public int getColor(int paletteEntry);
[VB]Public Function getColor(paletteEntry As Integer) As Integer

Description

Gets the color at the specified position of the palette.

See Color Specification on how colors are represented in ChartDirector.

Arguments

ArgumentDefaultDescription
paletteEntry(Mandatory)An index to the palette.

Return Value

The requested color.