ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart Class / AnimationLoad Property



In This Topic
    AnimationLoad Property (C1FlexChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AnimationLoad As AnimationLoadOptions
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim value As AnimationLoadOptions
     
    value = instance.AnimationLoad
    public AnimationLoadOptions AnimationLoad {get;}
    public:
    property AnimationLoadOptions^ AnimationLoad {
       AnimationLoadOptions^ get();
    }
    See Also