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



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