INChartDelegateTimeIndexChanged Method |
Report that the time index on time axis was changed. A change may appear if the user moves the handler on the time
axis, plays back the time axis or if someone changed the current time index of time axis (see NChartTimeAxis for
details).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax void TimeIndexChanged(
NChart chart,
double timeIndex
)
Sub TimeIndexChanged (
chart As NChart,
timeIndex As Double
)
void TimeIndexChanged(
[InAttribute] NChart^ chart,
[InAttribute] double timeIndex
)
Parameters
- chart
- Type: NChart3D_UWPNChart
Pointer to the chart instance. - timeIndex
- Type: SystemDouble
New time index.
See Also