.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > NavigatorOptions Class : LoadingAnimation Property
LoadingAnimation Property
Gets or sets the LoadingAnimation type that displays while the client-side chart is loading.
Syntax
'Declaration
 
Public Property LoadingAnimation As LoadingAnimation
'Usage
 
Dim instance As NavigatorOptions
Dim value As LoadingAnimation
 
instance.LoadingAnimation = value
 
value = instance.LoadingAnimation
public LoadingAnimation LoadingAnimation {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also