Gets a list of DashStyle-lists, each list used to stroke a different Series, and each DashStyle value specifying the style of individual elements of a Series.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public List<List<DashStyle>> getStrokeDashStyles () |
A list with lists that hold members of the DashStyle enumeration.
RemarksIf the count of DashStyle values is less than the count of data items in the Series, the control applies them in a cycle.
See Also