ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / MemberPaths Property



In This Topic
    MemberPaths Property
    In This Topic
    Gets the array of member bindings for the series.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property MemberPaths As String()
    'Usage
     
    
    Dim instance As Series
    Dim value() As String
     
    value = instance.MemberPaths
    protected virtual string[] MemberPaths {get;}
    protected:
    virtual property array<String^>^ MemberPaths {
       array<String^>^ get();
    }
    See Also