Arranges a child component in specified layout rectangle.
Namespace: MindFusion.Charting.Components
File: Component.js
JavaScript
![]() |
---|
function arrangeInRect (child, context, x, y, w, h) |
Type: Component
A Component instance specifying the child to arrange.
Type: RenderContext
A RenderContext instance.
Type: Number
Layout rectangle's horizontal position.
Type: Number
Layout rectangle's vertical position.
Type: Number
Layout rectangle's width.
Type: Number
Layout rectangle's height.