Gets the names of the fields in the DataSource whose values are rendered as labels at the X-axis for the respective chart graphical elements.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
SyntaxJava
Copy Code
|
|---|
public ObservableList<String> getXAxisLabelsDataFields () |
An ObservableList with string instances.
See Also