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

In This Topic
    FPS Property (AnimationOptions)
    In This Topic
    Gets or sets animation FPS (frame per second).
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("AnimationOptions.FPS", "Gets or sets animation FPS (frame per second).")>
    Public Shared Property FPS As Integer
    [C1Description("AnimationOptions.FPS", "Gets or sets animation FPS (frame per second).")]
    public static int FPS {get; set;}
    See Also