Search
Plot.effectiveFill Method
See Also
 






Gets the Brush that is used to fill the Plot's background.

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

 Syntax

Java  Copy Code

public Brush effectiveFill (
    RenderContext context
)

 Parameters

context

A RenderContext instance.

 Return Value

A Brush instance.

 See Also