Search
Component.rootToLocal Method
See Also
 






Transforms the specified point to the coordinate system of this component.

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

 Syntax

JavaScript  Copy Code

function rootToLocal (point)

 Parameters

point

A Point instance containing coordinates relative to the root panel.

 Return Value

A Point instance containing coordinates local to this component.

 See Also