Click or drag to resize

AxisXValuesToCoords Method

LightningChart .NET Help
Converts X value to screen coordinates

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

Parameters

xValues
Type: SystemDouble
X values
UseDIP (Optional)
Type: SystemBoolean
If true return values are in DIPs, otherwise in PX.

Return Value

Type: Single
X screen coordinates
See Also