ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HighLowSeries Class / LowValueBinding Property


In This Topic
    LowValueBinding Property (HighLowSeries)
    In This Topic
    Gets or sets binding for low data values.
    Syntax
    'Declaration
     
    
    Public Property LowValueBinding As BindingBase
    'Usage
     
    
    Dim instance As HighLowSeries
    Dim value As BindingBase
     
    instance.LowValueBinding = value
     
    value = instance.LowValueBinding
    public BindingBase LowValueBinding {get; set;}
    See Also