Class ChartFadeAnimation
Chart FadeAnimation which wraps Fade
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartFadeAnimation : ChartAnimationBase
Constructors
ChartFadeAnimation()
Declaration
public ChartFadeAnimation()
Fields
MaxOpacityProperty
Identifies the Max
Declaration
public static readonly DependencyProperty MaxOpacityProperty
Field Value
System.
|
MinOpacityProperty
Identifies the Min
Declaration
public static readonly DependencyProperty MinOpacityProperty
Field Value
System.
|
Properties
MaxOpacity
Gets or sets the final opacity of the animation.
Declaration
public double MaxOpacity { get; set; }
Property Value
System.
|
MinOpacity
Gets or sets the initial opacity of the animation.
Declaration
public double MinOpacity { get; set; }
Property Value
System.
|
Methods
BuildPointAnimation(FrameworkElement, DataPoint, RadRect)
Creates the Rad
Declaration
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters
Returns
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Creates the Rad
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System.
|
Rad
|