Search
PerElementSeriesStyle.strokeThickness Method
See Also
 






Implements SeriesStyle.strokeThickness. Returns a value from the StrokeThicknesses list that matches the specified Series and data indices.

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

 Syntax

Java  Copy Code

public 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 specified Series.

 Return Value

A double value that specifies the stroke thickness. Null is accepted.

 Remarks

If the count of double values is less than the count of the data items in the Series the control cycles through them until the right indices are reached.

 See Also