Search
SeriesRenderer.effectiveLabelBackground Method
See Also
 






Gets the brush that should be used to render labels' background.

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

 Syntax

Java  Copy Code

protected Brush effectiveLabelBackground (
    RenderContext context
)

 Parameters

context

A RenderContext instance.

 Return Value

An instance of Brush -derived class.

 See Also