Search
Chart.setYAxisLabelsDataFields Method
See Also
 






Sets the names of fields in the data source whose values are shown as Y axis labels of rendered graphical elements.

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

 Syntax

Java  Copy Code

public void setYAxisLabelsDataFields (
    ObservableList<String> value
)

 Parameters

value

 See Also