Search
GridPanel.arrange Method
See Also
 






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

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

public void arrange (
    double x,
    double y,
    double w,
    double h,
    RenderContext context
)

 Parameters

x

A double value specifying horizontal position.

y

A double value specifying vertical position.

w

A double value specifying the component's width.

h

A double value specifying the component's height.

context

A RenderContext instance.

 See Also