Search
CandlestickSeriesStyle.fill Method
See Also
 






Implements SeriesStyle.fill. Returns the Brush used for painting the candlestick from the specified Series and representing the specified 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 Series.

 Return Value

A Brush instance.

 See Also