Class AnimationSettings
The Animation
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AnimationSettings : DependencyObject
Constructors
AnimationSettings()
Fields
DefaultSeriesDelayProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultSeriesDelayProperty
Field Value
System.
|
ItemAnimationDurationProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemAnimationDurationProperty
Field Value
System.
|
ItemDelayProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemDelayProperty
Field Value
System.
|
TotalSeriesAnimationDurationProperty
Setting the Total
Declaration
public static readonly DependencyProperty TotalSeriesAnimationDurationProperty
Field Value
System.
|
Properties
DefaultSeriesDelay
Setting the Default
Declaration
public TimeSpan DefaultSeriesDelay { get; set; }
Property Value
System. The default series delay. |
ItemAnimationDuration
Setting the Item
Declaration
public TimeSpan ItemAnimationDuration { get; set; }
Property Value
System. The duration of the item animation. |
ItemDelay
Setting the Item
Declaration
public TimeSpan ItemDelay { get; set; }
Property Value
System. The item delay. |
TotalSeriesAnimationDuration
Setting the Total
Declaration
public TimeSpan TotalSeriesAnimationDuration { get; set; }
Property Value
System. The total series animation delay. |