Search
SeriesStyle.strokeDashStyle Method
See Also
 






Returns the DashStyle of the stroke used to draw the specified element of the specified Series.

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

 Syntax

Java  Copy Code

DashStyle strokeDashStyle (
    int seriesIndex,
    int dataIndex
)

 Parameters

seriesIndex

The zero-based index of the Series.

dataIndex

An integer index of a data item in specified series.

 Return Value

One of the DashStyle enumeration values. The value can be null.

 See Also