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