MindFusion.Java Package Programmer's Guide
Theme.setSeriesStrokes Method
See Also
 






Sets a list with Brush lists, each list used to stroke a different Series, and each Brush used to stroke one element in the respective Series.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setSeriesStrokes (
    List<List<Brush>> value
)

 Parameters

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

Theme Members
Theme Class
com.mindfusion.charting Namespace