ClassChartFadeAnimation
Chart FadeAnimation which wraps FadeAnimation class.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ChartFadeAnimation : ChartAnimationBase
Inheritance: objectChartAnimationBaseChartFadeAnimation
Inherited Members
Constructors
ChartFadeAnimation()
Declaration
public ChartFadeAnimation()
Fields
MaxOpacityProperty
Identifies the MaxOpacity property.
Declaration
public static readonly DependencyProperty MaxOpacityProperty
Field Value
DependencyProperty
MinOpacityProperty
Identifies the MinOpacity property.
Declaration
public static readonly DependencyProperty MinOpacityProperty
Field Value
DependencyProperty
Properties
MaxOpacity
Gets or sets the final opacity of the animation.
MinOpacity
Gets or sets the initial opacity of the animation.
Methods
BuildPointAnimation(FrameworkElement, DataPoint, RadRect)
Creates the RadAnimation for the visual of the datapoint.
Declaration
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters
visual
FrameworkElement
point
plotAreaClip
Returns
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Creates the RadAnimation for the given animation target.
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
seriesAnimationTarget
FrameworkElement
plotAreaClip
Returns
Overrides