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






Returns the dash style of the stroke used to draw specified element of specified series.

Namespace: MindFusion.Charting
File: SeriesStyle.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

SeriesStyle Members
SeriesStyle Interface
MindFusion.Charting Namespace