RadControls for WPF

Represents an 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.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public class DurationConverter : BaseAnimationConverter
Visual Basic
Public Class DurationConverter _
	Inherits BaseAnimationConverter

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls.Charting..::..BaseAnimationConverter
    Telerik.Windows.Controls.Charting..::..DurationConverter

See Also