Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / Axis Class / GetRealPoint Method
Point in user-logic coordinates.


In This Topic
    GetRealPoint Method
    In This Topic
    Converts a point in user-logic coordinates into a point in actual pixels.
    Syntax
    'Declaration
     
    Public Function GetRealPoint( _
       ByVal pt As Double _
    ) As Double
    'Usage
     
    Dim instance As Axis
    Dim pt As Double
    Dim value As Double
     
    value = instance.GetRealPoint(pt)
    public double GetRealPoint( 
       double pt
    )

    Parameters

    pt
    Point in user-logic coordinates.

    Return Value

    Point in actual pixels.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also