Search
OvalGaugeRenderer.arrange Method
See Also
 






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

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