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



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