Calculates the client coordinates of a point in the PlotArea given data coordinates.
'Declaration
Public Overloads Function DataCoordToCoord( _
ByVal As System.Double, _
ByVal As System.Double, _
ByRef As System.Single, _
ByRef As System.Single _
) As System.Boolean
public System.bool DataCoordToCoord(
System.double ,
System.double ,
ref System.float ,
ref System.float
)
Parameters
- XDataCoord
- X data coordinate.
- YDataCoord
- Y data coordinate.
- XCoord
- X client coordinate.
- YCoord
- Y client coordinate.
Return Value
The return value indicates successful calculation.