Click or drag to resize

View3DDimensionsChangedHandler Delegate

LightningChart .NET Help
Delegate for DimensionsChanged event.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void DimensionsChangedHandler(
	double newWidth,
	double newHeight,
	double newDepth,
	View3D view,
	LightningChart chart
)

Parameters

newWidth
Type: SystemDouble
New width.
newHeight
Type: SystemDouble
New height.
newDepth
Type: SystemDouble
New depth.
view
Type: Arction.Wpf.ChartingMVVM.Views.View3DView3D
View3D containing the camera.
chart
Type: Arction.Wpf.ChartingMVVMLightningChart
Chart where the error occurred.
See Also