ChartDirector Ver 4.1 (ColdFusion Edition)

BaseMeter.addPointer


Usage

addPointer(value [, fillColor [, edgeColor ]])

Description

Adds a pointer to the meter.

Arguments

ArgumentDefaultDescription
value(Mandatory)The value that the pointer will point to.
fillColorLineColorThe fill color of the pointer.
edgeColor-1The edge color of the pointer. The default value of -1 means the edge color is the same as the fill color.

Return Value

None