Determines a pixel coordinate by given a data row and column.
public System.bool DataIndexToCoord(
System.int columnIndex,
System.int ,
ref System.int ,
ref System.int
)
'Declaration
Public Function DataIndexToCoord( _
ByVal columnIndex As System.Integer, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
Parameters
- columnIndex
- Column index(Series index for point data layout).
- rowIndex
- Row index(Point index for point data layout).
- sx
- Client x coordinate in pixels.
- sy
- Client y coordinate in pixels.
Return Value
Boolean result of coordinate conversion.