Search
GridPanel.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: GridPanel.js

 Syntax

JavaScript  Copy Code

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

 Parameters

x

Type: void
A number value specifying horizontal position.

y

Type: void
A number value specifying vertical position.

w

Type: void
A number value specifying the component's width.

h

Type: void
A number value specifying the component's height.

context

Type: void
A RenderContext instance.

 See Also