ChartDirector 5.1 (.NET Edition)

BaseChart.getColor


Usage

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

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.