Dundas Chart for ASP.NET
OneByOne Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > AnimationBase Class : OneByOne Property


Enterprise Only Feature. Animates elements one by one if grouped animation is used.


Gets or set a boolean value to Animate elements one by one.

Syntax

Visual Basic (Declaration)  
Public Property OneByOne As Boolean
Visual Basic (Usage) Copy Code
Dim instance As AnimationBase
Dim value As Boolean
 
instance.OneByOne = value
 
value = instance.OneByOne
C#  
public bool OneByOne {get; set;}

Return Value

The default value is false.

Remarks

The OneByOne property is a boolean value that when set to true will cause a group of animation primitives to be animated in a one by one fashion.

NOTE: An exception will be thrown when the OneByOne property is used with the Repeat property with either moving or growing custom animations.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.