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
Public Enumeration NChartColumnAnimationType
public enum class NChartColumnAnimationType
Members
| Member name | Value | Description |
---|
| Simultaneously | 0 |
Animate all series simultaneously.
|
| OneByOne | 1 |
Animate series one by one.
|
See Also