MindFusion.Charting for Java Programmer's Guide
RenderContext.setGraphics Method
See Also
 






  Gauges

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