Click or drag to resize

AxisYCoordToValue Method

LightningChart .NET Help
Convert screen coordinate to value.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool CoordToValue(
	float coordY,
	out double value,
	bool useDIP = true
)

Parameters

coordY
Type: SystemSingle
Y screen coordinate.
value
Type: SystemDouble
Output value.
useDIP (Optional)
Type: SystemBoolean
Use DIP instead of pixels as parameters.

Return Value

Type: Boolean
True if OK.
See Also