'Declaration Public Sub Bind( _ ByVal list As ICollection, _ ByVal xValuePropertyName As String, _ ByVal yValuePropertyName As String, _ ByVal bubbleSizePropertyName As String _ )
'Usage Dim instance As BubbleSeries Dim list As ICollection Dim xValuePropertyName As String Dim yValuePropertyName As String Dim bubbleSizePropertyName As String instance.Bind(list, xValuePropertyName, yValuePropertyName, bubbleSizePropertyName)
public void Bind( ICollection list, string xValuePropertyName, string yValuePropertyName, string bubbleSizePropertyName )
Parameters
- list
- xValuePropertyName
- yValuePropertyName
- bubbleSizePropertyName