[This is preliminary documentation and is subject to change.]
Maps mouse Y coordinate per pane's vertical scale value
Namespace: NFX.WinForms.Controls.ChartKit.TemporalAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public float MapPaneYToValue(
PlotPane pane,
int y
)
public float MapPaneYToValue(
PlotPane pane,
int y
)
Public Function MapPaneYToValue (
pane As PlotPane,
y As Integer
) As Single
Public Function MapPaneYToValue (
pane As PlotPane,
y As Integer
) As Single
public:
float MapPaneYToValue(
PlotPane^ pane,
int y
)
public:
float MapPaneYToValue(
PlotPane^ pane,
int y
)
member MapPaneYToValue :
pane : PlotPane *
y : int -> float32
member MapPaneYToValue :
pane : PlotPane *
y : int -> float32
Return Value
Type:
Single