C1.WPF.C1Chart3D Namespace > C1Chart3D Class : PointToData Method |
'Declaration
Public Function PointToData( _ ByVal screenPoint As System.Windows.Point _ ) As System.Nullable(Of Point3D)
'Usage
Dim instance As C1Chart3D Dim screenPoint As System.Windows.Point Dim value As System.Nullable(Of Point3D) value = instance.PointToData(screenPoint)
public System.Nullable<Point3D> PointToData( System.Windows.Point screenPoint )
public function PointToData( screenPoint: System.Windows.Point ): System.Nullable;
public function PointToData( screenPoint : System.Windows.Point ) : System.Nullable;
public: System.Nullable<Point3D> PointToData( System.Windows.Point screenPoint )
public: System.Nullable<Point3D> PointToData( System.Windows.Point screenPoint )
Target Platforms: 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