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