Search
RenderContext.setGraphics Method
See Also
 






Sets the current drawing surface.

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

 Syntax

Java  Copy Code

public void setGraphics (
    Graphics2D value
)

 Parameters

value

A Graphics2D instance.

 See Also