[VB] | Public Sub setCap(radius As Integer, fillColor As Integer [, edgeColor As Integer ]) |
[C#] | public void setCap(int radius, int fillColor [, int edgeColor ]); |
ChartDirector 5.1 (.NET Edition)
AngularMeter.setCap
Usage
[VB] | Public Sub setCap(radius As Integer, fillColor As Integer [, edgeColor As Integer ]) |
[C#] | public void setCap(int radius, int fillColor [, int edgeColor ]); |
Description
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