Search
StackPanel.arrange Method
See Also
 






Component.Arrange override. Sets the location and size of this panel and arranges its child components.

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

 Syntax

JavaScript  Copy Code

function arrange (x, y, w, h, context)

 Parameters

x

A number value specifying horizontal position.

y

A number value specifying vertical position.

w

A number value specifying the component's width.

h

A number value specifying the component's height.

context

A RenderContext instance.

 See Also