Search
RadarPlot.getAxes Method
See Also
 






Gets the list of Axis objects that contain ranges of variables represented in the radar chart.

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

 Syntax

Java  Copy Code

public ObservableList<Axis> getAxes ()

 Return Value

A list with Axis instances.

 See Also