Search
Chart.setDataSource Method
See Also
 






Sets the DataSource that provides data for the labels and graphic elements rendered by this Chart.

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

 Syntax

Java  Copy Code

public void setDataSource (
    Object value
)

 Parameters

value

An Object that represents the data source.

 See Also