Implements SeriesStyle.StrokeThickness. Returns a value from the StrokeThicknesses list that matches specified series and data indices.
Namespace: MindFusion.Charting
File: PerElementSeriesStyle.js
SyntaxJavaScript
Copy Code
|
|---|
function strokeThickness (seriesIndex, dataIndex) |
An integer index of a Series.
An integer index of a data item in specified series.
A nullable number value specifying stroke thickness.
See Also