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






Sets a list of double lists, each list applied on the strokes of a different Series, and each double value specifying the thickness of one element in the Series.

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

 Syntax

Java  Copy Code

public void setSeriesStrokeThicknesses (
    List<List<Double>> value
)

 Parameters

value

A list with lists that hold double values.

 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