Click or drag to resize
NChartColumnAnimationType Enumeration
The NChartColumnAnimationType enum provides constants to control transition animation of column series.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartColumnAnimationType
Members
  Member nameValueDescription
Simultaneously0 Animate all series simultaneously.
OneByOne1 Animate series one by one.
See Also