Click or drag to resize

View3DConvertSeriesPointsToScreenCoords Method (SeriesBase3D, SeriesPoint3D)

LightningChart .NET Help
Converts 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
Syntax
public PointInt[] ConvertSeriesPointsToScreenCoords(
	SeriesBase3D series,
	SeriesPoint3D[] points
)

Parameters

series
Type: Arction.Wpf.Charting.Series3DSeriesBase3D
3D series.
points
Type: Arction.Wpf.ChartingSeriesPoint3D
Array of SeriesPoint3D to convert.

Return Value

Type: PointInt
Array of screen coordinates.
See Also