Search
LegendRenderer.getContent Method
See Also
 






Gets a list of SeriesRenderer objects whose Series should be displayed in this legend.

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

 Syntax

Java  Copy Code

public ObservableList<SeriesRenderer> getContent ()

 Return Value

A list with Series instances.

 See Also