Specifies an area where an element is placed.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
void SetBounds(
	VectorRectangle bounds
)
Visual Basic (Declaration)
Sub SetBounds ( _
	bounds As VectorRectangle _
)
Visual C++
void SetBounds(
	VectorRectangle bounds
)

See Also