'Declaration
Public Function PointToData( _ ByVal screenPoint As Point _ ) As Nullable(Of Point3D)
'Usage
Dim instance As C1Chart3D Dim screenPoint As Point Dim value As Nullable(Of Point3D) value = instance.PointToData(screenPoint)
public Nullable<Point3D> PointToData( Point screenPoint )
Parameters
- screenPoint
Return Value
3D point in data coordinates.