NChartLineSeriesSettingsAnimationType Property |
Animation type of the transition. The default value is NChartLineAnimationType.GrowUp.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartLineAnimationType AnimationType { get; set; }
Public Property AnimationType As NChartLineAnimationType
Get
Set
public:
virtual property NChartLineAnimationType AnimationType {
NChartLineAnimationType get () sealed;
void set (NChartLineAnimationType value) sealed;
}
Property Value
Type:
NChartLineAnimationTypeImplements
INChartLineSeriesSettingsAnimationTypeSee Also