ComponentOne FinancialChart for WPF
C1.Chart Namespace / AnimationOptions Class / FPS Property



In This Topic
    FPS Property
    In This Topic
    Gets or sets animation FPS (frame per second).
    Syntax
    'Declaration
     
    
    Public Shared Property FPS As Integer
    'Usage
     
    
    Dim value As Integer
     
    AnimationOptions.FPS = value
     
    value = AnimationOptions.FPS
    public static int FPS {get; set;}
    public:
    static property int FPS {
       int get();
       void set (    int value);
    }
    See Also