[VB] | Public Sub addZone(startValue As Double, endValue As Double, startRadius As Integer, endRadius As Integer, fillColor As Integer [, edgeColor As Integer ]) |
[C#] | public void addZone(double startValue, double endValue, int startRadius, int endRadius, int fillColor [, int edgeColor ]); |