View3DDimensionsChangedHandler Delegate |
LightningChart .NET Help
Delegate for DimensionsChanged event.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void DimensionsChangedHandler(
double newWidth,
double newHeight,
double newDepth,
View3D view,
LightningChart chart
)
Public Delegate Sub DimensionsChangedHandler (
newWidth As Double,
newHeight As Double,
newDepth As Double,
view As View3D,
chart As LightningChart
)
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.WinForms.Charting.Views.View3DView3D
View3D containing the camera. - chart
- Type: Arction.WinForms.ChartingLightningChart
Chart where the error occurred.
See Also