NChartBarSeriesSettingsAnimationType Property |
Animation type of the transition. The default value is NChartColumnAnimationType.Simultaneously.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartColumnAnimationType AnimationType { get; set; }
Public Property AnimationType As NChartColumnAnimationType
Get
Set
public:
virtual property NChartColumnAnimationType AnimationType {
NChartColumnAnimationType get () sealed;
void set (NChartColumnAnimationType value) sealed;
}
Property Value
Type:
NChartColumnAnimationTypeImplements
INChartColumnSeriesSettingsAnimationTypeSee Also