ComponentOne FinancialChart for WPF
Type Property (AnimationOptions)



C1.Chart Namespace > AnimationOptions Class : Type Property
Gets or sets the animation type.
Syntax
'Declaration
 
Public Property Type As AnimationType
'Usage
 
Dim instance As AnimationOptions
Dim value As AnimationType
 
instance.Type = value
 
value = instance.Type
public AnimationType Type {get; set;}
public:
property AnimationType Type {
   AnimationType get();
   void set (    AnimationType value);
}
See Also

Reference

AnimationOptions Class
AnimationOptions Members