Transforms the specified point to the coordinate system of this component.
Namespace: MindFusion.Charting.Components
File: Component.js
SyntaxJavaScript
Copy Code
|
|---|
function rootToLocal (point) |
Type: Point
A Point instance containing coordinates relative to the root panel.
Type: Point
A Point instance containing coordinates local to this component.
See Also