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


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