Search
Component.rootToLocal Method
See Also
 






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

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

public Point2D rootToLocal (
    Point2D point
)

 Parameters

point

A Point2D instance containing coordinates relative to the root panel.

 Return Value

A Point2D instance containing coordinates local to this component.

 See Also