Search
PerSeriesStyle.fill Method
See Also
 






Implements SeriesStyle.fill. Returns a Brush from the Fills list that matches the specified Series index.

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