Search
PerSeriesStyle.strokeDashStyle Method
See Also
 






Implements SeriesStyle.strokeDashStyle. Returns a value from the StrokeDashStyles list that matches specified series index.

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

 Syntax

Java  Copy Code

public DashStyle strokeDashStyle (
    int seriesIndex,
    int dataIndex
)

 Parameters

seriesIndex

An integer index of a Series.

dataIndex

An integer index of a data item in specified series.

 Return Value

A nullable DashStyle value specifying stroke dash style.

 See Also