Click or drag to resize
INChartDelegate Interface
The INChartDelegate interface provides methods to reflect changes which have appeared in the chart.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartDelegate

The INChartDelegate type exposes the following members.

Methods
  NameDescription
Public methodDidChangeZoomPhase
Report that zoom of the chart has changed its phase.
Public methodDidEndAnimating
Report that animation of chart object is done.
Public methodPointSelected
Report that user selected a chart point.
Public methodTimeIndexChanged
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).
Top
See Also