| Line 1: |
Line 1: |
| | =CIRCLE(Xcoordinate, Ycoordinate, Radius)= | | =CIRCLE(Xcoordinate, Ycoordinate, Radius)= |
| | + | <div style="font-size:30px">'''CIRCLE (Width,Left,Top)'''</div><br/> |
| | | | |
| | where, | | where, |
| − | *<math>Xcoordinate</math> represents the X coordinate point, | + | *<math>Width</math> represents the X coordinate point, |
| − | *<math>Ycoordinate</math> represents the Y coordinate point, and | + | *<math>Left</math> represents the Y coordinate point, and |
| − | *<math>Radius</math> represents the radius of circle. | + | *<math>Top</math> represents the radius of circle. |
| | | | |
| | CIRCLE() displays a circle for a specified radius from specified X and Y coordinates. | | CIRCLE() displays a circle for a specified radius from specified X and Y coordinates. |
| | | | |
| | == Description == | | == Description == |
| − | CIRCLE(Xcoordinate, Ycoordinate, Radius) | + | CIRCLE (Width,Left,Top) |
| | | | |
| | *Circles are simple closed curves which divide the plane into an interior and an exterior. | | *Circles are simple closed curves which divide the plane into an interior and an exterior. |
| − | *<math>Xcoordinate</math> and <math>Ycoordinate</math> can be positive or negative. | + | *<math>Width</math> and <math>Left</math> can be positive or negative. |
| − | *<math>Xcoordinate</math> and <math>Ycoordinate</math> can be omitted by using the function as CIRCLE(Radius). | + | *<math>Width</math> and <math>Left</math> can be omitted by using the function as CIRCLE(Radius). |
| | | | |
| | == Examples == | | == Examples == |