Click or drag to resize

AxisXValueToCoord Method

LightningChart .NET Help
Converts X value to screen coordinate

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

Parameters

xValue
Type: SystemDouble
X value
UseDIP (Optional)
Type: SystemBoolean
Defines if the return value is in DIP's or PX.

Return Value

Type: Single
X screen coordinate
See Also