Component.Arrange override. Sets the location and size of this component relatively to its parent.
Namespace: MindFusion.Charting.Gauges
File: OvalGaugeRenderer.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.