Click or drag to resize
NChartEventPhase Enumeration
The NChartEventState enum provides constants to indicate different phases of chart events.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartEventPhase
Members
  Member nameValueDescription
Began0 Beginning phase of the event.
Changed1 Changing phase of the event.
Ended2 Ending phase of the event.
See Also