MindFusion.Charting for Java Programmer's Guide
Label3D.setBrush Method
See Also
 






  Gauges

Sets the Brush used to render this Label3D instance.

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

 Syntax

Java  Copy Code

public void setBrush (
    Brush brush
)

 Parameters

brush

The Brush to be used.

 See Also