Class DurationConverter
Represents an System.Windows.Data.IValueConverter that is used in ChartItem's 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 DurationConverter : BaseAnimationConverter, IValueConverter
Constructors
DurationConverter()
Declaration
public DurationConverter()