[VB] | Public Sub addRing(startRadius As Integer, endRadius As Integer, fillColor As Integer [, edgeColor As Integer ]) |
[C#] | public void addRing(int startRadius, int endRadius, int fillColor [, int edgeColor ]); |
ChartDirector 5.1 (.NET Edition)
AngularMeter.addRing
Usage
[VB] | Public Sub addRing(startRadius As Integer, endRadius As Integer, fillColor As Integer [, edgeColor As Integer ]) |
[C#] | public void addRing(int startRadius, int endRadius, int fillColor [, int edgeColor ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
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 | -1 | The edge color of the ring. The default is the same as the fill color. |
Return Value