MindFusion.Charting for JavaScript Programmer's Guide
BorderComponent.arrange Method
See Also
 






Component.Arrange override. Sets the location and size of this border and arranges its Content.

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

 Syntax

JavaScript  Copy Code

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

 Parameters

x

Type: Number
A number value specifying horizontal position.

y

Type: Number
A number value specifying vertical position.

w

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

h

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

context

Type: RenderContext
A RenderContext instance.

 See Also

BorderComponent Members
BorderComponent Class
MindFusion.Charting.Components Namespace