Gets the thickness of the pen that should be used to stroke the representation of specified data item.
Namespace: MindFusion.Charting
File: SeriesRenderer.js
JavaScript Copy Code |
---|
function effectiveStrokeThickness (seriesIndex, dataIndex, context) |
Type: Number
An integer index of a Series within the list of series rendered by this SeriesRenderer.
Type: Number
An integer index of the data item in specified series.
Type: RenderContext
A RenderContext instance.
Type: Number
A number value.