Class AnimationSettings
The AnimationSettings Class gives you the opportunity to override the default RadChart animation settings coming from the control templates.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AnimationSettings : DependencyObject
Constructors
AnimationSettings()
Fields
DefaultSeriesDelayProperty
Identifies the DefaultSeriesDelay dependency property.
Declaration
public static readonly DependencyProperty DefaultSeriesDelayProperty
Field Value
System.Windows.DependencyProperty
|
ItemAnimationDurationProperty
Identifies the ItemAnimationDuration dependency property.
Declaration
public static readonly DependencyProperty ItemAnimationDurationProperty
Field Value
System.Windows.DependencyProperty
|
ItemDelayProperty
Identifies the ItemDelay dependency property.
Declaration
public static readonly DependencyProperty ItemDelayProperty
Field Value
System.Windows.DependencyProperty
|
TotalSeriesAnimationDurationProperty
Setting the TotalSeriesAnimationDuration makes RadChart to animate the data series in exactly the time specified.
Declaration
public static readonly DependencyProperty TotalSeriesAnimationDurationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DefaultSeriesDelay
Setting the DefaultSeriesDelay property makes RadChart to animate the data series with delay exactly matching the time specified.
Declaration
public TimeSpan DefaultSeriesDelay { get; set; }
Property Value
System.TimeSpan
The default series delay. |
ItemAnimationDuration
Setting the ItemAnimationDuration property makes RadChart to animate the data item in exactly the time specified.
Declaration
public TimeSpan ItemAnimationDuration { get; set; }
Property Value
System.TimeSpan
The duration of the item animation. |
ItemDelay
Setting the ItemDelay property makes RadChart to animate the data items with delay exactly matching the time specified..
Declaration
public TimeSpan ItemDelay { get; set; }
Property Value
System.TimeSpan
The item delay. |
TotalSeriesAnimationDuration
Setting the TotalSeriesAnimationDuration property makes RadChart to animate the data series in exactly the time specified.
Declaration
public TimeSpan TotalSeriesAnimationDuration { get; set; }
Property Value
System.TimeSpan
The total series animation delay. |