ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / Alligator Class / JawPeriod Property



In This Topic
    JawPeriod Property
    In This Topic
    Gets or sets the period of Alligator's jaw.
    Syntax
    'Declaration
     
    
    Public Property JawPeriod As Integer
    'Usage
     
    
    Dim instance As Alligator
    Dim value As Integer
     
    instance.JawPeriod = value
     
    value = instance.JawPeriod
    public int JawPeriod {get; set;}
    public:
    property int JawPeriod {
       int get();
       void set (    int value);
    }
    See Also