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