Search
CandlestickRenderer.effectiveFill Method
See Also
 






Gets the Brush that is used to fill the currently highlighted data item identified by the index of its Series, the index of its data in the Series and a RenderContext instance.

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

 Syntax

Java  Copy Code

public Brush effectiveFill (
    int seriesIndex,
    int dataIndex,
    RenderContext context
)

 Parameters

seriesIndex

An integer index of a Series within the list of series rendered by this SeriesRenderer.

dataIndex

An integer index of the data item in specified series.

context

A RenderContext instance.

 Return Value

A Brush instance.

 Remarks

This is the brush used to fill the candlestick bar over which currently the user hovers with the mouse.

 See Also