Click or drag to resize

AxisXValueToCoordD Method

LightningChart .NET Help
Converts X value to screen coordinate. Version that returns double instead of float.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public double ValueToCoordD(
	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: Double
X screen coordinate
See Also