MindFusion.Charting for JavaScript Programmer's Guide
MixedSeriesStyle.strokeDashStyle Method
See Also
 






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

Namespace: MindFusion.Charting
File: MixedSeriesStyle.js

 Syntax

JavaScript  Copy Code

function strokeDashStyle (seriesIndex, dataIndex)

 Parameters

seriesIndex

Type: Number
An integer index of a Series.

dataIndex

Type: Number
An integer index of a data item in specified series.

 Return Value

Type: DashStyle
A nullable DashStyle value specifying stroke dash style.

 See Also

MixedSeriesStyle Members
MixedSeriesStyle Class
MindFusion.Charting Namespace