Gets the list of Axis objects that represent ranges of variables rendered in the radar chart.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
SyntaxJava
Copy Code
|
|---|
public ObservableList<Axis> getAxes () |
An ObservableList with Axis instances.
See Also