Component.Arrange override. Sets the location and size of this button relatively to its parent.
Namespace: MindFusion.Charting.Components
File: ButtonComponent.js
JavaScript Copy Code |
---|
function arrange (x, y, w, h, context) |
A number value specifying horizontal position.
A number value specifying vertical position.
A number value specifying the component's width.
A number value specifying the component's height.
A RenderContext instance.