Search
Chart.setXDataFields Method
See Also
 






Sets the names of fields in the data source whose values are assigned to X coordinates of rendered graphical elements.

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

 Syntax

Java  Copy Code

public void setXDataFields (
    ObservableList<String> value
)

 Parameters

value

 See Also