Search
MixedSeriesStyle.getStrokeDashStyles Method
See Also
 






Gets a list of DashStyle lists, each list is used to stroke a different Series, and each DashStyle value specifying style of individual elements of a Series.

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

 Syntax

Java  Copy Code

public List<List<DashStyle>> getStrokeDashStyles ()

 Return Value

A list with DashStyle lists.

 See Also