'Declaration Public Overloads Sub Bind( _ ByVal list As ICollection, _ ByVal categoryPropertyName As String, _ ByVal valuePropertyName As String _ )
'Usage Dim instance As Series Dim list As ICollection Dim categoryPropertyName As String Dim valuePropertyName As String instance.Bind(list, categoryPropertyName, valuePropertyName)
public void Bind( ICollection list, string categoryPropertyName, string valuePropertyName )
Parameters
- list
- The list of categories and values.
- categoryPropertyName
- The property name for the category.
- valuePropertyName
- The property name for the value.