Class DelayConverter
Represents an System.Windows.Data.IValueConverter that is used in ChartItems' animations. This converter generates animations delays to enable "sequential" animations of the items, i.e. each item to begin animating after the previous one's animation has begun or finished.
For more information see BaseAnimationConverter.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class DelayConverter : BaseAnimationConverter, IValueConverter
Constructors
DelayConverter()
Declaration
public DelayConverter()