ComponentOne FinancialChart for WinForms
C1.Chart Namespace / AnimationLoadOptions Class / Direction Property

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