MindFusion.Charting for Java Programmer's Guide |
PerElementSeriesStyle.getStrokeThicknesses Method |
See Also |
![]() ![]() |
Gets a list of double lists, each list applies to a different Series, and each double value in a list specifying the stroke thickness of an element in the Series.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java
![]() |
---|
public List<List<Double>> getStrokeThicknesses () |
A list with lists that hold double values.
If the count of double values is less than the count of data items in the Series, the control cycles through them.
© 2022 MindFusion |