Converts data coordinates to screen control coordinates. Returns null if conversion is not possible.
'Declaration
Public Function DataToPoint( _
ByVal As Point3D _
) As System.Nullable(Of Point)
'Usage
Dim instance As C1Chart3D
Dim dataPoint As Point3D
Dim value As System.Nullable(Of Point)
value = instance.DataToPoint(dataPoint)
public System.Nullable<Point> DataToPoint(
Point3D
)
public function DataToPoint(
: Point3D
): System.Nullable;
public function DataToPoint(
: Point3D
) : System.Nullable;
public: System.Nullable<Point> DataToPoint(
Point3D
)
public:
System.Nullable<Point> DataToPoint(
Point3D
)
Parameters
- dataPoint
- 3D point in data coordinates.
Return Value
Point in screen control coordinates.
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