Charting for WinForms Programmer's Guide
Component.RootToLocal Method
See Also
 






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

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public PointD RootToLocal (
    PointD point
)

Visual Basic  Copy Code

Public Function RootToLocal( _
    point As PointD _
) As PointD

 Parameters

point

A PointD instance containing coordinates relative to the root panel.

 Return Value

A PointD instance containing coordinates local to this component.

 See Also

Component Members
Component Class
MindFusion.Charting.Components Namespace