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
Public Enumeration NChartLineAnimationType
public enum class NChartLineAnimationType
Members
| Member name | Value | Description |
---|
| GrowUp | 0 |
Make lines grow upwards.
|
| GrowRight | 1 |
Make lines grow from the left to the right.
|
See Also