Search
Component.localToRoot Method
See Also
 






Transforms the specified point to the coordinate system of the root panel.

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

 Syntax

JavaScript  Copy Code

function localToRoot (point)

 Parameters

point

A Point instance containing coordinates local to this component.

 Return Value

A Point instance containing coordinates relative to the root panel.

 See Also