Search
BarOverlayRenderer.enumVisibleOverlays Method
See Also
 






Enumerates the bars visible in the current data range.

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

 Syntax

Java  Copy Code

protected void enumVisibleOverlays (
    RenderContext context,
    boolean frontToBack,
    BarOverlayRenderer.ProcessBars process
)

 Parameters

context

A RenderContext instance where the bars are drawn.

frontToBack

true to enumerate from the front bar to the back bar; otherwise, false.

process

A ProcessBars callback.

 Remarks

Use adjustDataRange to change the data range.

 See Also