'Declaration Public Sub Bind( _ ByVal list As ICollection, _ ByVal categoryPropertyName As String, _ ByVal valuePropertyName As String _ )
'Usage Dim instance As SunburstSeries 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
- categoryPropertyName
- valuePropertyName