Class ChartFadeAnimation
Chart FadeAnimation which wraps FadeAnimation class.
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 MaxOpacity property.
Declaration
public static readonly DependencyProperty MaxOpacityProperty
Field Value
System.Windows.DependencyProperty
|
MinOpacityProperty
Identifies the MinOpacity property.
Declaration
public static readonly DependencyProperty MinOpacityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
MaxOpacity
Gets or sets the final opacity of the animation.
Declaration
public double MaxOpacity { get; set; }
Property Value
System.Double
|
MinOpacity
Gets or sets the initial opacity of the animation.
Declaration
public double MinOpacity { get; set; }
Property Value
System.Double
|
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
System.Windows.FrameworkElement
visual
|
DataPoint
point
|
RadRect
plotAreaClip
|
Returns
RadAnimation
|
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Creates the RadAnimation for the given animation target.
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System.Windows.FrameworkElement
seriesAnimationTarget
|
RadRect
plotAreaClip
|
Returns
RadAnimation
|