Click or drag to resize

ViewPie3DDimensionsChangedHandler Delegate

LightningChart .NET Help
Delegate for DimensionsChanged event

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

Parameters

newWidth
Type: SystemDouble
New width
newHeight
Type: SystemDouble
New height
newDepth
Type: SystemDouble
New depth
view
Type: Arction.WinForms.Charting.Views.ViewPie3DViewPie3D
View3D containing the camera
chart
Type: Arction.WinForms.ChartingLightningChart
Chart where the error occurred
See Also