'Declaration
Public Overloads Function Bind( _ ByVal nameProperty As String, _ ByVal valueProperty As String, _ Optional ByVal sourceCollection As IEnumerable(Of T) _ ) As FlexPieBaseBuilder(Of T,TControl,TBuilder)
Parameters
- nameProperty
- Gets or sets the name of the property that contains the name of the data item.
- valueProperty
- The name of the property that contains the Y values.
- sourceCollection
- The data source
Return Value
Current builder