Search
BiaxialChart.getAnnotations Method
See Also
 






Gets the list of Series whose labels are drawn as annotations.

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

 Syntax

Java  Copy Code

public ObservableList<Series> getAnnotations ()

 Return Value

An ObservableList with Series instances.

 See Also