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
Syntaxpublic PointDouble3D ConvertSeriesValueTo3DWorldCoord(
SeriesBase3D series,
double x,
double y,
double z
)
Public Function ConvertSeriesValueTo3DWorldCoord (
series As SeriesBase3D,
x As Double,
y As Double,
z As Double
) As PointDouble3D
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:
PointDouble3D3D world space coordinate.
See Also