Search
SeriesStyle.strokeThickness Method
See Also
 






Returns the thickness of the stroke used to draw specified the element of the specified Series.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

Double strokeThickness (
    int seriesIndex,
    int dataIndex
)

 Parameters

seriesIndex
The zero-based index of the Series.
dataIndex
The zero-based index of the data item in the Series.

 Return Value

A double value that specifies the thickness. Value can be null.

 See Also