ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HighLowOpenCloseSeries Class / MemberPaths Property


In This Topic
    MemberPaths Property (HighLowOpenCloseSeries)
    In This Topic
    Gets the array of member bindings for the series.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property MemberPaths As BindingBase()
    'Usage
     
    
    Dim instance As HighLowOpenCloseSeries
    Dim value() As BindingBase
     
    value = instance.MemberPaths
    public override BindingBase[] MemberPaths {get;}
    See Also