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



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