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