MindFusion.Charting for Java Programmer's Guide
BiaxialChart.getAnnotations Method
See Also
 






  Gauges

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