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






Sets a list of stroke thicknesses, each thickness applied to the stroke for all elements in ithe respective Series.

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

 Syntax

Java  Copy Code

public void setCommonSeriesStrokeThicknesses (
    List<Double> value
)

 Parameters

value

A list with double values.

 Remarks

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

 See Also

Theme Members
Theme Class
com.mindfusion.charting Namespace