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