Search
Theme.getCommonSeriesStrokeDashStyles Method
See Also
 






Gets a list with DashStyle instances, each style applied to all elements of a Series.

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

 Syntax

Java  Copy Code

public List<DashStyle> getCommonSeriesStrokeDashStyles ()

 Return Value

A list with members of the DashStyle enumeration. The members allow bitwise combining.

 See Also