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



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