Click or drag to resize

View3DConvertSeriesValueTo3DWorldCoord Method

LightningChart .NET Help
Converts series value to 3D world space coordinate, using the axes bound to the series.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointDouble3D ConvertSeriesValueTo3DWorldCoord(
	SeriesBase3D series,
	double x,
	double y,
	double z
)

Parameters

series
Type: Arction.Wpf.Charting.Series3DSeriesBase3D
Series.
x
Type: SystemDouble
X-value.
y
Type: SystemDouble
Y-value.
z
Type: SystemDouble
Z-value.

Return Value

Type: PointDouble3D
3D world space coordinate.
See Also