ComponentOne Chart for WPF and Silverlight
SetBinding(DependencyProperty,String) Method


C1.WPF.C1Chart Namespace > HighLowSeries Class > SetBinding Method : SetBinding(DependencyProperty,String) Method
Syntax
'Declaration
 
Public Overloads Function SetBinding( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal path As System.String _
) As System.Windows.Data.BindingExpression
'Usage
 
Dim instance As HighLowSeries
Dim dp As System.Windows.DependencyProperty
Dim path As System.String
Dim value As System.Windows.Data.BindingExpression
 
value = instance.SetBinding(dp, path)
public System.Windows.Data.BindingExpression SetBinding( 
   System.Windows.DependencyProperty dp,
   System.string path
)

Parameters

dp
path
See Also

Reference

HighLowSeries Class
HighLowSeries Members
Overload List