Click or drag to resize

View3DCameraViewChangedHandler Delegate

LightningChart .NET Help
Delegate for CameraViewChanged event.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void CameraViewChangedHandler(
	Camera3D newCameraViewPoint,
	View3D view,
	LightningChart chart
)

Parameters

newCameraViewPoint
Type: Arction.WinForms.Charting.Views.View3DCamera3D
New camera view point.
view
Type: Arction.WinForms.Charting.Views.View3DView3D
View containing the camera.
chart
Type: Arction.WinForms.ChartingLightningChart
Chart where the error occurred.
See Also