Implements SeriesStyle.StrokeThickness. Returns a value from the StrokeThicknesses list that matches specified series index.
Namespace: MindFusion.Charting
File: PerSeriesStyle.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.