NChartAnimationType Enumeration |
The NChartAnimationType enum provides constants to indicate different animations of the chart objects.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartAnimationType
Public Enumeration NChartAnimationType
public enum class NChartAnimationType
Members
| Member name | Value | Description |
---|
| Transition | 0 |
Animation of transition from the one data set to the other.
|
| Highlight | 1 |
Animation of point highlighting.
|
| Zoom | 2 |
Animation of zoom.
|
| Pan | 3 |
Animation of pan.
|
| Wheel | 4 |
Animation of pie and polar coordinate system rotation.
|
See Also