dotnetCHARTING Send comments on this topic.
LoadingAnimation Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : LoadingAnimation Property


Gets or sets the LoadingAnimation type that displays while the client-side chart is loading.

Syntax

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

See Also

© 2011 All Rights Reserved.