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