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



In This Topic
    JawShift Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JawShift As Integer
    'Usage
     
    
    Dim instance As Alligator
    Dim value As Integer
     
    value = instance.JawShift
    public int JawShift {get;}
    public:
    property int JawShift {
       int get();
    }
    See Also