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
Public Enumeration NChartEventPhase
public enum class NChartEventPhase
Members
| Member name | Value | Description |
---|
| Began | 0 |
Beginning phase of the event.
|
| Changed | 1 |
Changing phase of the event.
|
| Ended | 2 |
Ending phase of the event.
|
See Also