Click or drag to resize

View3DConvert3DWorldCoordToSeriesValue Method

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

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

Parameters

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

Return Value

Type: PointDouble3D
Series value
See Also