Search
SeriesStyle.stroke Method
See Also
 






Returns a Brush that should be used to stroke the specified element of the specified Series.

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

 Syntax

Java  Copy Code

Brush stroke (
    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 Brush instance.

 See Also