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