ChartFadeAnimation
Class
Chart FadeAnimation which wraps FadeAnimation class.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartFadeAnimation : ChartAnimationBase
Inheritance: objectChartAnimationBaseChartFadeAnimation
Inherited Members
Constructors
C#
public ChartFadeAnimation()
Fields
MaxOpacityProperty
DependencyProperty
Identifies the MaxOpacity property.
C#
public static readonly DependencyProperty MaxOpacityProperty
MinOpacityProperty
DependencyProperty
Identifies the MinOpacity property.
C#
public static readonly DependencyProperty MinOpacityProperty
Properties
Gets or sets the final opacity of the animation.
C#
public double MaxOpacity { get; set; }
Gets or sets the initial opacity of the animation.
C#
public double MinOpacity { get; set; }
Methods
Creates the RadAnimation for the visual of the datapoint.
Creates the RadAnimation for the given animation target.
C#
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Overrides: