View3DConvertSeriesValueToScreenCoord Method |
LightningChart .NET Help
Converts series value to screen coordinate, 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
Syntaxpublic PointInt ConvertSeriesValueToScreenCoord(
SeriesBase3D series,
double x,
double y,
double z
)
Public Function ConvertSeriesValueToScreenCoord (
series As SeriesBase3D,
x As Double,
y As Double,
z As Double
) As PointInt
public:
PointInt ConvertSeriesValueToScreenCoord(
SeriesBase3D^ series,
double x,
double y,
double z
)
Parameters
- series
- Type: Arction.WinForms.Charting.Series3DSeriesBase3D
Series. - x
- Type: SystemDouble
X-value. - y
- Type: SystemDouble
Y-value. - z
- Type: SystemDouble
Z-value.
Return Value
Type:
PointIntScreen coordinate.
See Also