Search
PerElementSeriesStyle.strokeDashStyle Method
See Also
 






Implements SeriesStyle.StrokeDashStyle. Returns a value from the StrokeDashStyles list that matches specified series and data indices.

Namespace: MindFusion.Charting
File: PerElementSeriesStyle.js

 Syntax

JavaScript  Copy Code

function strokeDashStyle (seriesIndex, 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