Search
PerElementSeriesStyle.fill Method
See Also
 






Implements SeriesStyle.fill. Returns a Brush from the Fills-list that matches the index of the Series and the data item.

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

 Syntax

Java  Copy Code

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

 See Also