View3DConvertSeriesPointsToScreenCoords Method (SeriesBase3D, SeriesPoint3D) |
LightningChart .NET Help
Converts series points to screen coordinates, 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 PointInt[] ConvertSeriesPointsToScreenCoords(
SeriesBase3D series,
SeriesPoint3D[] points
)
Public Function ConvertSeriesPointsToScreenCoords (
series As SeriesBase3D,
points As SeriesPoint3D()
) As PointInt()
public:
array<PointInt>^ ConvertSeriesPointsToScreenCoords(
SeriesBase3D^ series,
array<SeriesPoint3D>^ points
)
Parameters
- series
- Type: Arction.Wpf.ChartingMVVM.Series3DSeriesBase3D
3D series. - points
- Type: Arction.Wpf.ChartingMVVMSeriesPoint3D
Array of SeriesPoint3D to convert.
Return Value
Type:
PointIntArray of screen coordinates.
See Also