INChartDelegateDidChangeZoomPhase Method |
Report that zoom of the chart has changed its phase.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax void DidChangeZoomPhase(
NChart chart,
NChartEventPhase phase
)
Sub DidChangeZoomPhase (
chart As NChart,
phase As NChartEventPhase
)
void DidChangeZoomPhase(
[InAttribute] NChart^ chart,
[InAttribute] NChartEventPhase phase
)
Parameters
- chart
- Type: NChart3D_UWPNChart
Pointer to the chart instance. - phase
- Type: NChart3D_UWPNChartEventPhase
Phase of the zoom.
See Also