Implements SeriesStyle.StrokeDashStyle. Returns a value from the StrokeDashStyles list that matches specified series and data indices.
Namespace: MindFusion.Charting
Package: PerElementSeriesStyle.js
JavaScript Copy Code |
---|
function strokeDashStyle (seriesIndex, dataIndex) |
An integer index of a Series.
An integer index of a data item in specified series.
A nullable DashStyle value specifying stroke dash style.