Search
PerElementSeriesStyle.strokeThickness Method
See Also
 






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

Namespace: MindFusion.Charting
File: PerElementSeriesStyle.js

 Syntax

JavaScript  Copy Code

function strokeThickness (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 number value specifying stroke thickness.

 See Also