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