Search
MixedSeriesStyle.getStrokes Method
See Also
 






Gets a list of Brush lists, each list used to stroke a different Series, and each Brush used to stroke individual elements of the Series.

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

 Syntax

Java  Copy Code

public List<List<Brush>> getStrokes ()

 Return Value

A list with Brush lists.

 See Also