Click or drag to resize

AxisYCoordsToValues Method

LightningChart .NET Help
Convert screen coordinates to values.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool CoordsToValues(
	float[] coordsY,
	out double[] values,
	bool useDIP = true
)

Parameters

coordsY
Type: SystemSingle
Screen coordinates
values
Type: SystemDouble
Output values
useDIP (Optional)
Type: SystemBoolean

[Missing <param name="useDIP"/> documentation for "M:Arction.Wpf.Charting.Axes.AxisY.CoordsToValues(System.Single[],System.Double[]@,System.Boolean)"]

Return Value

Type: Boolean
True if OK.
See Also