ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / IchimokuCloud Class / BaseLine Property



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