MindFusion.Java Package Programmer's Guide
Chart.getYDataFields Method
See Also
 






Gets the names of fields in the DataSource whose values are used to calculate the Y-coordinates of the rendered graphical elements.

Namespace: com.mindfusion.charting.swing
Package: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public ObservableList<String> getYDataFields ()

 Return Value

An ObservableList with string instances.

 See Also

Chart Members
Chart Class
com.mindfusion.charting.swing Namespace