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

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartLineAnimationType
Members
  Member nameValueDescription
GrowUp0 Make lines grow upwards.
GrowRight1 Make lines grow from the left to the right.
See Also