Search
RenderContext.setComponent Method
See Also
 






Sets the Component currently being painted.

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

 Syntax

Java  Copy Code

public void setComponent (
    Component value
)

 Parameters

value

A Component instance.

 See Also