Dundas Chart for ASP.NET
AnimationFramesPerSecond Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : AnimationFramesPerSecond Property


Enterprise Edition Only Feature. Gets or sets the number of frames displayed per second.
Gets or sets number of frames per second in Flash animation.

Syntax

Visual Basic (Declaration)  
Public Property AnimationFramesPerSecond As Integer
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Integer
 
instance.AnimationFramesPerSecond = value
 
value = instance.AnimationFramesPerSecond
C#  
public int AnimationFramesPerSecond {get; set;}

Return Value

A value that represents the number of frames per second. Defaults to 24 frames.

Remarks

AnimationFramesPerSecond represents the time, in seconds, from the moment when the page is loaded to when the animation should begin.

This property only has an effect if the beginning of default animation is postponed in the animation sequence.

The greater the number of frames the smoother the animation. However, this also increases the size of the SWF file.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.