AnimatedUpdate

Gets or Sets whether the DataPoint will be animated at real-time or not.

 

Type: Boolean

Namespace: Visifire.Charts

Assembly:

Silverlight:

SLVisifire.Charts (in SLVisifire.Charts.dll)

WPF:

WPFVisifire.Charts (in WPFVisifire.Charts.dll)

 

This attribute applies to:

 

Syntax:

<vc:Chart AnimatedUpdate="True">

 

</vc:Chart>

 

Members:

 

Member name

Description

True

Applies animation to the element.

False

Animation is not applied to the element.

 

Remarks:

    1. The Default value is False for all charts except Pie and Doughnut charts.

    2. Currently AnimatedUpdate property will work for Column, Bar, Area, Line, Bubble, Point, StackedColumn, StackedColumn100, StackedBar, StackedBar100, Pie, Doughnut charts only.

    3. For Column, Bar, Area, StackedColumn, StackedColumn100, StackedBar and StackedBar100 charts, DataPoint will animate on change of YValue property only.

    4. For Line, Bubble and Point charts, DataPoint will animate on change of XValue and YValue properties.

    5. For Pie and Doughnut charts, AnimatedUpdate property controls the explode animation.

    6. If AnimatedUpdate property is set to False for Pie/Doughnut charts, DataPoint segment will not animate while exploding.

    7. AnimatedUpdate property is supported in Visifire v3.0 and above.