Search
DataBoundSeries.setDataSource Method
See Also
 






Sets the data source this DataBoundSeries is bound to.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setDataSource (
    Object value
)

 Parameters

value

The data source.

 See Also