ChartDirector Ver 4.0 (Perl Edition)

AngularMeter.addRing


Usage

addRing(startRadius, endRadius, fillColor [, edgeColor ])

Description

Arguments

ArgumentDefaultDescription
startRadius(Mandatory)The starting radius of the ring in pixels. To add a circle, set the start radius to 0.
endRadius(Mandatory)The ending radius of the ring in pixels.
fillColor(Mandatory)The fill color of the ring.
edgeColor-1The edge color of the ring. The default is the same as the fill color.

Return Value

None