Search
Theme.getSeriesStrokes Method
See Also
 






Gets a list of Brush lists, each list used to stroke a different Series, and each Brush used to stroke an elements in its respective Series.

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

 Syntax

Java  Copy Code

public List<List<Brush>> getSeriesStrokes ()

 Return Value

A list with lists that hold Brush instances.

 Remarks

If the values in the list are less than the data elements in the Series, the control cycles through them.

 See Also