Search
Theme.setCommonSeriesFills Method
See Also
 






Sets a list with Brush-es, each Brush used to fill all elements of a Series.

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

 Syntax

Java  Copy Code

public void setCommonSeriesFills (
    List<Brush> value
)

 Parameters

value

A list with Brush instances.

 Remarks

If the values in the list are less than the count of the Series, the control cycles through them.

 See Also