ComponentOne FinancialChart for WinForms
C1.Chart Namespace / AnimationOptions Class / Type Property

In This Topic
    Type Property (AnimationOptions)
    In This Topic
    Gets or sets the animation type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("AnimationOptions.Type", "Gets or sets the animation type.")>
    Public Property Type As AnimationType
    [C1Description("AnimationOptions.Type", "Gets or sets the animation type.")]
    public AnimationType Type {get; set;}
    See Also