MindFusion.Charting for JavaScript Programmer's Guide
SeriesRenderer.effectiveStrokeThickness Method
See Also
 






Gets the thickness of the pen that should be used to stroke the representation of specified data item.

Namespace: MindFusion.Charting
File: SeriesRenderer.js

 Syntax

JavaScript  Copy Code

function effectiveStrokeThickness (seriesIndex, dataIndex, context)

 Parameters

seriesIndex

Type: Number
An integer index of a Series within the list of series rendered by this SeriesRenderer.

dataIndex

Type: Number
An integer index of the data item in specified series.

context

Type: RenderContext
A RenderContext instance.

 Return Value

Type: Number
A number value.

 See Also

SeriesRenderer Members
SeriesRenderer Class
MindFusion.Charting Namespace