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



In This Topic
    AlligatorTeeth Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AlligatorTeeth As Double()
    'Usage
     
    
    Dim instance As Alligator
    Dim value() As Double
     
    value = instance.AlligatorTeeth
    public double[] AlligatorTeeth {get;}
    public:
    property array<double>^ AlligatorTeeth {
       array<double>^ get();
    }
    See Also