Search
LinearGaugeRenderer.arrange Method
See Also
 






Component.Arrange override. Sets the location and size of this component relatively to its parent.

Namespace: MindFusion.Charting.Gauges
File: LinearGaugeRenderer.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