ChartDirector Ver 4.1 (C++ Edition)

AngularMeter.setCap


Usage

void setCap(int radius, int fillColor, int edgeColor = LineColor);

Description

Set the radius and color of the pointer cap.

The pointer cap is a circle at the center of the meter above the meter pointer. By default, it is a small circle 3 pixels in radius, so it looks like a "pivot" for the pointer for it to rotate about the center.

You may change the radius and colors of this circle using this method to achieve other visual effects.
SEO India | Search Engine Optimization Company India

Arguments

Argument Default Description
radius (Mandatory) The radius of pointer cap circle in pixels.
fillColor (Mandatory) The fill color of the pointer cap circle.
edgeColor LineColor The edge color of the pointer cap circle.

Return Value

None