ChartDirector 7.1 (C++ Edition)

MeterPointer.setColor


Usage

void setColor(int fillColor, int edgeColor = -1);

Description

Sets the fill and border colors of the meter pointer.

Arguments

ArgumentDefaultDescription
fillColor(Mandatory)The fill color of the meter pointer.
edgeColor-1The border color of the meter pointer. -1 means it is the same as the fill color.

Return Value

None