Search
MixedSeriesStyle.strokeDashStyle Method
See Also
 






Implements SeriesStyle.strokeDashStyle. Returns a value from StrokeDashStyles, CommonStrokeDashStyles or UniformStrokeDashStyle properties.

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

 Syntax

Java  Copy Code

public DashStyle strokeDashStyle (
    int seriesIndex,
    int dataIndex
)

 Parameters

seriesIndex

The zero-based index of the Series.

dataIndex

The zero-based index of the data item in the specified Series.

 Return Value

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

 See Also