Search
SeriesRenderer.effectiveFill Method
See Also
 






Gets the Brush that is used to fill the representation of the specified data item.

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

 Syntax

Java  Copy Code

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

 Parameters

seriesIndex

The zero-based index of the data item in the Series within the list of Series rendered by this SeriesRenderer.

dataIndex
The zero-based index of the data item in the specified Series.
context

A RenderContext instance.

 Return Value

A Brush instance.

 See Also