Search
Component.arrangeInRect Method
See Also
 






Arranges a child component in specified layout rectangle.

Namespace: MindFusion.Charting.Components
File: Component.js

 Syntax

JavaScript  Copy Code

function arrangeInRect (child, context, x, y, w, h)

 Parameters

child

A Component instance specifying the child to arrange.

context

A RenderContext instance.

x

Layout rectangle's horizontal position.

y

Layout rectangle's vertical position.

w

Layout rectangle's width.

h

Layout rectangle's height.

 See Also