Click or drag to resize
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
Members
  Member nameValueDescription
Transition0 Animation of transition from the one data set to the other.
Highlight1 Animation of point highlighting.
Zoom2 Animation of zoom.
Pan3 Animation of pan.
Wheel4 Animation of pie and polar coordinate system rotation.
See Also