Click or drag to resize

Axis3DBaseValueTo3DWorldCoord Method

LightningChart .NET Help
Convert axis value into respective coordinate in 3D world space. Takes View.Dimensions into account.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public float ValueTo3DWorldCoord(
	double value
)

Parameters

value
Type: SystemDouble
Value to convert.

Return Value

Type: Single
3D world coordinate. If view or dimensions can't be solved, returns NaN.
See Also