Graph PaneReverse Transform(Point F, Boolean, Boolean, Int 32, Double, Double) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public void ReverseTransform(
PointF ptF,
bool isX2Axis,
bool isY2Axis,
int yAxisIndex,
out double x,
out double y
)VB
Public Sub ReverseTransform (
ptF As PointF,
isX2Axis As Boolean,
isY2Axis As Boolean,
yAxisIndex As Integer,
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double
)