Implements SeriesStyle.strokeDashStyle. Returns a value from the StrokeDashStyles list that matches the specified Series and data indices.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public DashStyle strokeDashStyle ( |
The zero-based index of the Series.
The zero-based index of the data item in the specified Series.
One of the DashStyle enumeration values. The value can be null.
If the count of DashStyle-instances is less than the count of data items in the Series, the control cycles through them until the right index is reached.