SetBounds Method (SpreadChart)
In This Topic
Sets the bounds of the object to the specified position and size.
Overload List
Overload | Description |
SetBounds(Int32,Int32,Int32,Int32) | Sets the bounds of the object to the specified position and size. |
SetBounds(Rectangle) | Sets the bounds of the element to the location and size of the specified bounding rectangle object (with integer values). |
SetBounds(RectangleF) | Sets the bounds of the element to the location and size of the specified bounding rectangle object (with floating-point values). |
See Also