Click or drag to resize

AxisYValuesToCoords Method

LightningChart .NET Help
Convert values to Y-coordinates.

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

Parameters

values
Type: SystemDouble
Axis values.
useDIP (Optional)
Type: SystemBoolean
Use DIP instead of pixels as parameters.

Return Value

Type: Single
Coordinates.
See Also