ChartDirector 7.1 (C++ Edition)
BaseChart
.
setColors2
Usage
void setColors(int paletteEntry, IntArray colors);
Description
Change the colors in the palette, starting from the specified position in the palette.
See
Color Specification
on how colors are represented in ChartDirector.
Arguments
Argument
Default
Description
paletteEntry
(Mandatory)
An index to the palette to start changing the colors.
colors
(Mandatory)
An array of colors to change to.
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.