Bar2DFadeInAnimation Members
The FadeIn 2D Bar series animation.Constructors
| Name | Description |
|---|---|
| Bar2DFadeInAnimation() | Initializes a new instance of the Bar2DFadeInAnimation class with default settings. |
Fields
| Name | Description |
|---|---|
| BeginTimeProperty static | Identifies the AnimationBase.BeginTime dependency property. Inherited from AnimationBase. |
| DurationProperty static | Identifies the AnimationBase.Duration dependency property. Inherited from AnimationBase. |
| EasingFunctionProperty static | Identifies the AnimationBase.EasingFunction dependency property. Inherited from AnimationBase. |
| ModeProperty static | Identifies the Bar2DFadeInAnimation.Mode dependency property. |
| PointDelayProperty static | Identifies the SeriesPointAnimationBase.PointDelay dependency property. Inherited from SeriesPointAnimationBase. |
| PointOrderProperty static | Identifies the SeriesPointAnimationBase.PointOrder dependency property. Inherited from SeriesPointAnimationBase. |
Properties
| Name | Description |
|---|---|
| BeginTime | Specifies the time when the animation is started. This is a dependency property. Inherited from AnimationBase. |
| Duration | Specifies the duration of the animation. This is a dependency property. Inherited from AnimationBase. |
| EasingFunction | Specifies the easing function for the animation. This is a dependency property. Inherited from AnimationBase. |
| Mode | Specifies the FadeIn mode, in which the series points are animated. This is a dependency property. |
| PointDelay | Specifies the delay sustained when animating the series points. This is a dependency property. Inherited from SeriesPointAnimationBase. |
| PointOrder | Defines the order in which series points are animated. This is a dependency property. Inherited from SeriesPointAnimationBase. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
Methods
| Name | Description |
|---|---|
| CreateAnimatedBarBounds(Rect, Rect, Boolean, Boolean, Boolean, Boolean, Double) | For internal use only. Inherited from Bar2DAnimationBase. |
| CreateAnimatedMaxMarkerBounds(Rect, Rect, Rect, Boolean, Boolean, Boolean, Boolean, Double) | For internal use only. |
| CreateAnimatedMinMarkerBounds(Rect, Rect, Rect, Boolean, Boolean, Boolean, Boolean, Double) | For internal use only. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also