View3DConvert3DWorldCoordToSeriesValue Method |
LightningChart .NET Help
Converts 3D world space coordinate to series value, using the axes bound to the series.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDouble3D Convert3DWorldCoordToSeriesValue(
SeriesBase3D series,
double x,
double y,
double z
)
Public Function Convert3DWorldCoordToSeriesValue (
series As SeriesBase3D,
x As Double,
y As Double,
z As Double
) As PointDouble3D
public:
PointDouble3D Convert3DWorldCoordToSeriesValue(
SeriesBase3D^ series,
double x,
double y,
double z
)
Parameters
- series
- Type: Arction.Wpf.ChartingMVVM.Series3DSeriesBase3D
Series - x
- Type: SystemDouble
X-coordinate. - y
- Type: SystemDouble
Y-coordinate. - z
- Type: SystemDouble
Z-coordinate.
Return Value
Type:
PointDouble3DSeries value
See Also