Search
RadarChart.getAxes Method
See Also
 






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

 Syntax

Java  Copy Code

public ObservableList<Axis> getAxes ()

 Return Value

An ObservableList with Axis instances.

 See Also