ChartDirector 7.1 (.NET Edition)

MeterPointer.setColor


Usage

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

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